diff --git a/build.gradle b/build.gradle index 9605ba73..5cf65e50 100644 --- a/build.gradle +++ b/build.gradle @@ -27,5 +27,13 @@ allprojects { flatDir { dirs 'misc/libs' } + + if (!project.hasProperty("ossrhUsername")) { + ext.ossrhUsername = "no-username" + } + + if (!project.hasProperty("ossrhPassword")) { + ext.ossrhPassword = "no-password" + } } } \ No newline at end of file