SNAPSHOT builds publish to Sonatype OSSRH, closes #165
This commit is contained in:
@@ -93,8 +93,7 @@ task run(dependsOn: 'installDebug') {
|
||||
}
|
||||
}
|
||||
|
||||
// Automated Gradle project deployment to Sonatype OSSRH
|
||||
if (isReleaseVersion && project.hasProperty("SONATYPE_USERNAME")) {
|
||||
if (project.hasProperty("SONATYPE_USERNAME")) {
|
||||
afterEvaluate {
|
||||
project.apply from: "${rootProject.projectDir}/deploy.gradle"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user