This should fix the missing ossrhUsername problem

This commit is contained in:
Christian Basler 2015-06-21 09:02:03 +02:00
parent fefefe6809
commit 3b3e972c99

View File

@ -32,6 +32,7 @@ subprojects {
}
}
if (hasProperty('ossrhUsername')) {
uploadArchives {
repositories {
mavenDeployer {
@ -74,3 +75,4 @@ subprojects {
}
}
}
}