mirror of
https://github.com/eclipse/paho.mqtt.android.git
synced 2025-05-09 02:41:15 +08:00
Merge pull request #73 from jpwsutton/master
Moving Maven repositories into publishing in build.gradle
This commit is contained in:
commit
2ea4c56280
@ -98,8 +98,6 @@ publishing {
|
||||
artifact "$buildDir/outputs/aar/" + rootProject.ext.serviceArchivesBaseName + "-" + rootProject.ext.serviceVersion + ".aar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
if (project.hasProperty('eclipseRepoUsername')) {
|
||||
maven {
|
||||
@ -116,6 +114,9 @@ repositories {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Required to bundle Java library Jar in AAR
|
||||
assemble.dependsOn copyLibs
|
||||
|
Loading…
x
Reference in New Issue
Block a user