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

9 lines
200 B
Groovy
Raw Normal View History

description = """\
Smack GUI debugger.
Inspect the exchanged XMPP stanzas."""
dependencies {
compile project(':smack-core')
testCompile project(path: ":smack-core", configuration: "testRuntime")
}