diff --git a/gleap/maven-push.gradle b/gleap/maven-push.gradle index 55da569..6984c62 100644 --- a/gleap/maven-push.gradle +++ b/gleap/maven-push.gradle @@ -4,7 +4,7 @@ apply plugin: 'signing' def getReleaseRepositoryUrl() { return hasProperty('RELEASE_REPOSITORY_URL') ? RELEASE_REPOSITORY_URL - : "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" + : "https://central.sonatype.com/api/v1/publish" } def getRepositoryUsername() {