mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-10-31 22:15:59 +01:00
4aacdc5154
This also lifts a bunch of logic from smack-websocket-okhttp into smack-websocket. Furthermore, the following subprojects require now Java 11: - smack-integration-test - smack-omemo-signal-integration-test - smack-repl - smack-websocket-java11 Related tracking issue: SMACK-835
8 lines
218 B
Groovy
8 lines
218 B
Groovy
description = """\
|
|
Smack for XMPP connections over WebSocket (RFC 7395) using java.net.http.WebSocket."""
|
|
|
|
dependencies {
|
|
api project(':smack-websocket')
|
|
|
|
testFixturesApi(testFixtures(project(':smack-websocket')))
|
|
}
|