Skip to content

Commit

Permalink
fix: Remove forcing of groovy-xml (#281)
Browse files Browse the repository at this point in the history
This configuration is no longer necessary as
the groovy-xml version no longer leaks from
the gradle-gradle-plugin (via grails-bootstrap
and grails-shell).

Related: grails/grails-gradle-plugin#273
  • Loading branch information
matrei authored Feb 2, 2024
1 parent 9a63674 commit 6eeed20
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,4 @@ dependencies {
@dependency.toSnippet()
}
}
}

configurations.configureEach {
// Needed for Gradle compatibility with Grails Gradle Plugin.
// (Only needed when there are files in buildSrc/src/*/groovy)
resolutionStrategy.force "org.codehaus.groovy:groovy-xml:${GroovySystem.version}"
}

0 comments on commit 6eeed20

Please sign in to comment.