SNAPSHOT builds publish to Sonatype OSSRH, closes #165
This commit is contained in:
@@ -10,8 +10,7 @@ sourceSets {
|
||||
main.java.srcDirs = ['src']
|
||||
}
|
||||
|
||||
// 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