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