Skip to content

Commit

Permalink
build - remove nexusPublishing since it's included with the grails gr…
Browse files Browse the repository at this point in the history
…adle plugin
  • Loading branch information
jdaugherty committed Nov 4, 2024
1 parent e3d405f commit d056b02
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@ subprojects { Project project ->
isProfile = project.name.endsWith('-profile')
}

if (isReleaseVersion) {
nexusPublishing {
String nexusUser = findProperty('sonatypeUsername')
String nexusPass = findProperty('sonatypePassword')
String nexusStagingProfileId = findProperty('sonatypeStagingProfileId')
String nexusUrl = findProperty('sonatypeNexusUrl') ?: 'https://s01.oss.sonatype.org/service/local/'
repositories {
sonatype {
nexusUrl = uri(nexusUrl)
username = nexusUser
password = nexusPass
stagingProfileId = nexusStagingProfileId
}
}
}
}

repositories {
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
Expand Down

0 comments on commit d056b02

Please sign in to comment.