Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e14adc5

Browse files
authored
Update to geb plugin 5.0.0-SNAPSHOT + remove unneeded dependency substitutions (#766)
1 parent bdff90e commit e14adc5

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

build.gradle

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

9075
subprojects { Project subproject ->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ caffeineVersion=3.1.8
66
datastoreVersion=9.0.0-SNAPSHOT
77
fieldsVersion=6.0.0-SNAPSHOT
88
gebVersion=7.0
9-
gebPluginVersion=4.0.0
9+
gebPluginVersion=5.0.0-SNAPSHOT
1010
gormVersion=9.0.0-SNAPSHOT
1111
gradleNexusPublishPluginVersion=1.3.0
1212
grailsGradlePluginVersion=7.0.0-SNAPSHOT

0 commit comments

Comments
 (0)