Skip to content

Commit

Permalink
Fix grails profile build (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Sep 18, 2024
1 parent cce76c0 commit 7bf6b58
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 @@ -75,7 +75,7 @@ java {
}

// resolve conflict from Gradle's version of Groovy. Not needed if Gradle switches to 4.0
configurations.configureEach { exclude group: 'org.apache.groovy' }
configurations.configureEach { exclude group: 'org.apache.groovy', module: 'groovy-xml' }

dependencies {
implementation "io.github.gradle-nexus:publish-plugin:2.0.0"
Expand Down

0 comments on commit 7bf6b58

Please sign in to comment.