Skip to content

Commit

Permalink
set nexusUrl directly like in grails-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 5, 2024
1 parent 165551f commit 9f69106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9f69106

Please sign in to comment.