Skip to content

Commit

Permalink
Remove exclusions of dependency groovy
Browse files Browse the repository at this point in the history
Closes gh-496
  • Loading branch information
rainboyan committed Aug 16, 2024
1 parent d386d0b commit 1d0974f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ if (jointBuildGroovyJarProperty) {
throw new GradleException("The groovy.jar system property points to ${jointBuildGroovyJar.absolutePath} which does not exist.")
}
} else {
groovyDependency = dependencies.create("org.apache.groovy:groovy:${groovyVersion}") {
exclude module:"commons-cli"
exclude module:"ant"
}
groovyDependency = dependencies.create("org.apache.groovy:groovy:${groovyVersion}")
}

version = grailsVersion
Expand Down

0 comments on commit 1d0974f

Please sign in to comment.