mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
91fd15ad86
instead of using the old baseName=smack appendix=project.name approach, we are now going convention over configuration and renaming the subprojects directories to the proper name. Having a prefix is actually very helpful, because the resulting libraries will be named like the subproject. And a core-4.0.0-rc1.jar is not as explicit about what it actually *is* as a smack-core-4.0.0-rc1.jar. SMACK-265
9 lines
257 B
Groovy
9 lines
257 B
Groovy
description = """\
|
|
DNS SRV with dnsjava
|
|
Use dnsjava for DNS SRV lookups. For platforms that don't provide the
|
|
javax.naming API (e.g. Android)."""
|
|
|
|
dependencies {
|
|
compile project(path: ':smack-core', configuration: 'dns')
|
|
compile 'dnsjava:dnsjava:2.1.+'
|
|
}
|