Skip to content

Commit 171afcf

Browse files
committed
Use groovy 4 for grails-gradle-tasks
Was conflicting with Groovy 4 version used by some other Grails dependencies in the build
1 parent f78097d commit 171afcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

grails-gradle/tasks/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ group = 'org.apache.grails'
2929
dependencies {
3030
implementation platform(project(':grails-gradle-bom'))
3131

32-
implementation "org.codehaus.groovy:groovy"
32+
implementation "org.apache.groovy:groovy:${bomDependencyVersions['groovy.version']}"
3333

3434
implementation project(':grails-gradle-model'), {
35-
exclude group: 'org.apache.groovy'
3635
exclude group: 'org.spockframework'
3736
}
3837

0 commit comments

Comments
 (0)