1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-28 06:24:52 +02:00
Smack/smack-tcp/build.gradle

8 lines
190 B
Groovy
Raw Normal View History

description = """\
Smack for standard XMPP connections over TCP."""
dependencies {
compile project(':smack-core')
testCompile project(path: ":smack-core", configuration: "testRuntime")
}