mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
9 lines
277 B
Groovy
9 lines
277 B
Groovy
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")
|
|
}
|