mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +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
14 lines
267 B
Groovy
14 lines
267 B
Groovy
description = """\
|
|
Smack BOSH API.
|
|
This API is considered beta quality."""
|
|
|
|
repositories {
|
|
maven {
|
|
url 'https://oss.sonatype.org/content/repositories/snapshots'
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile project(':smack-core')
|
|
compile 'org.igniterealtime.jbosh:jbosh:0.8.0'
|
|
}
|