mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
9 lines
234 B
Groovy
9 lines
234 B
Groovy
|
description = """\
|
||
|
SASL with javax.security.sasl
|
||
|
Use javax.security.sasl for SASL."""
|
||
|
|
||
|
dependencies {
|
||
|
compile project(path: ':smack-core', configuration: 'sasl')
|
||
|
testCompile project(':smack-core').sourceSets.test.runtimeClasspath
|
||
|
}
|