This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,6 @@ allprojects {
7070 }
7171 }
7272 }
73-
74- configurations. configureEach {
75- resolutionStrategy. eachDependency { DependencyResolveDetails details ->
76- if ((details. requested. group == ' org.codehaus.groovy' || details. requested. group == ' org.apache.groovy' ) && details. requested. name != ' groovy-bom' ) {
77- details. useTarget(group : ' org.apache.groovy' , name : details. requested. name, version : groovyVersion)
78- details. because " The dependency coordinates are changed in Apache Groovy 4, plus ensure version"
79- }
80-
81- if (details. requested. group == " io.micronaut" && details. requested. name == " micronaut-inject-groovy" ) {
82- details. useVersion(micronautVersion)
83- }
84- }
85- }
86-
87-
8873}
8974
9075subprojects { Project subproject ->
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ caffeineVersion=3.1.8
66datastoreVersion =9.0.0-SNAPSHOT
77fieldsVersion =6.0.0-SNAPSHOT
88gebVersion =7.0
9- gebPluginVersion =4 .0.0
9+ gebPluginVersion =5 .0.0-SNAPSHOT
1010gormVersion =9.0.0-SNAPSHOT
1111gradleNexusPublishPluginVersion =1.3.0
1212grailsGradlePluginVersion =7.0.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments