Skip to content

Commit 9f69106

Browse files
committed
set nexusUrl directly like in grails-core
1 parent 165551f commit 9f69106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (isReleaseVersion) {
1414
String nexusUser = findProperty('sonatypeUsername')
1515
String nexusPass = findProperty('sonatypePassword')
1616
String nexusStagingProfileId = findProperty('sonatypeStagingProfileId')
17-
String nexusUrl = findProperty('sonatypeNexusUrl') ?: 'https://s01.oss.sonatype.org/service/local/'
17+
String nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
1818
repositories {
1919
sonatype {
2020
nexusUrl = uri(nexusUrl)

0 commit comments

Comments
 (0)