1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-16 08:34:54 +02:00
Smack/smack-sasl-provided/build.gradle

10 lines
277 B
Groovy
Raw Permalink Normal View History

description = """\
SASL with Smack provided code
Use Smack provided code for SASL."""
dependencies {
compile project(':smack-core')
testCompile project(path: ":smack-core", configuration: "testRuntime")
testCompile project(path: ":smack-core", configuration: "archives")
}