From 9f69106606247d3045ccdfef4896eee41e0eee34 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Wed, 4 Dec 2024 19:05:37 -0500 Subject: [PATCH] set nexusUrl directly like in grails-core --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)