diff --git a/lib/build.gradle b/lib/build.gradle index 70236ffc..a9adc0b5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -88,8 +88,8 @@ publishing { repositories { maven { credentials { - username = ossrhUsername - password = ossrhPassword + username = project.findProperty('ossrhUsername') ?: 'anon' + password = project.findProperty('ossrhPassword') ?: 'no-op' } url = repo_url