Merge pull request #73 from jpwsutton/master

Moving Maven repositories into publishing in build.gradle
This commit is contained in:
James Sutton 2016-04-20 11:50:10 +01:00
commit 2ea4c56280

View File

@ -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