diff --git a/build.gradle b/build.gradle index 7107a581..3b9a88b7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ if (isReleaseVersion) { String nexusUser = findProperty('sonatypeUsername') String nexusPass = findProperty('sonatypePassword') String nexusStagingProfileId = findProperty('sonatypeStagingProfileId') - String nexusUrl = findProperty('sonatypeNexusUrl') ?: 'https://s01.oss.sonatype.org/service/local/' + String nexusUrl = uri("https://s01.oss.sonatype.org/service/local/") repositories { sonatype { nexusUrl = uri(nexusUrl)