Skip to content

Commit

Permalink
Update to geb plugin 5.0.0-SNAPSHOT + remove unneeded dependency subs…
Browse files Browse the repository at this point in the history
…titutions (#766)
  • Loading branch information
jamesfredley authored Sep 25, 2024
1 parent bdff90e commit e14adc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,6 @@ allprojects {
}
}
}

configurations.configureEach {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
if ((details.requested.group == 'org.codehaus.groovy' || details.requested.group == 'org.apache.groovy') && details.requested.name != 'groovy-bom') {
details.useTarget(group: 'org.apache.groovy', name: details.requested.name, version: groovyVersion)
details.because "The dependency coordinates are changed in Apache Groovy 4, plus ensure version"
}

if (details.requested.group == "io.micronaut" && details.requested.name == "micronaut-inject-groovy") {
details.useVersion(micronautVersion)
}
}
}


}

subprojects { Project subproject ->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ caffeineVersion=3.1.8
datastoreVersion=9.0.0-SNAPSHOT
fieldsVersion=6.0.0-SNAPSHOT
gebVersion=7.0
gebPluginVersion=4.0.0
gebPluginVersion=5.0.0-SNAPSHOT
gormVersion=9.0.0-SNAPSHOT
gradleNexusPublishPluginVersion=1.3.0
grailsGradlePluginVersion=7.0.0-SNAPSHOT
Expand Down

0 comments on commit e14adc5

Please sign in to comment.