1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 23:24:50 +02:00
Smack/smack-sasl-provided/build.gradle

9 lines
211 B
Groovy
Raw Permalink Normal View History

description = """\
SASL with Smack provided code
Use Smack provided code for SASL."""
dependencies {
compile project(path: ':smack-core')
testCompile project(':smack-core').sourceSets.test.runtimeClasspath
}