1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-11 22:24:50 +02:00
Smack/smack-sasl-provided/build.gradle
2021-04-14 20:30:51 +02:00

10 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")))
}