Skip to content

Commit

Permalink
Merge pull request #1040 from grails/update-nexus-url
Browse files Browse the repository at this point in the history
set nexusUrl directly like in grails-core
  • Loading branch information
jamesfredley authored Dec 5, 2024
2 parents 165551f + 9f69106 commit ec85a0d
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 ec85a0d

Please sign in to comment.