mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
9 lines
188 B
Groovy
9 lines
188 B
Groovy
description = """\
|
|
SASL with Smack provided code
|
|
Use Smack provided code for SASL."""
|
|
|
|
dependencies {
|
|
api project(':smack-core')
|
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
|
}
|