mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
11 lines
302 B
Groovy
11 lines
302 B
Groovy
|
description = """\
|
||
|
Smack legacy extensions.
|
||
|
Usually XEPs in the state 'retracted', 'rejected', 'deprecated',
|
||
|
'obsolete' or in a long standing 'deferred' state."""
|
||
|
|
||
|
dependencies {
|
||
|
compile project(':core')
|
||
|
compile project(':extensions')
|
||
|
testCompile project(':core').sourceSets.test.runtimeClasspath
|
||
|
}
|