This should fix the missing ossrhUsername problem

This commit is contained in:
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 {
@@ -73,4 +74,5 @@ subprojects {
}
}
}
}
}