mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 15:45:58 +01:00
9 lines
234 B
Groovy
9 lines
234 B
Groovy
|
description = """\
|
||
|
SASL with Smack provided code
|
||
|
Use Smack provided code for SASL."""
|
||
|
|
||
|
dependencies {
|
||
|
compile project(path: ':smack-core', configuration: 'sasl')
|
||
|
testCompile project(':smack-core').sourceSets.test.runtimeClasspath
|
||
|
}
|