Skip to content

Commit 54eacb6

Browse files
authoredJan 18, 2025··
Bump Groovy to version 4 (#468)
* Bump Groovy to version 4 - Groovy 4.0.24 - Spock 2.3-groovy-4.0 - Gradle 7.6 * Trailing linebreak
1 parent 991f2b8 commit 54eacb6

File tree

337 files changed

+12066
-8715
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+12066
-8715
lines changed
 

‎bin/create_exercise.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repositories {
1818
}
1919
2020
dependencies {
21-
testImplementation "org.spockframework:spock-core:2.0-M2-groovy-3.0"
22-
implementation "org.codehaus.groovy:groovy-all:3.0.2"
21+
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
22+
implementation "org.apache.groovy:groovy:4.0.24"
2323
}
2424
2525
test {

‎build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ subprojects {
88
apply plugin: 'groovy'
99

1010
task wrapper(type: Wrapper) {
11-
gradleVersion = '6.2'
11+
gradleVersion = '7.6'
1212
onlyIf {
1313
projectDir.list().contains('build.gradle')
1414
}
@@ -68,5 +68,5 @@ def logCompileTaskSourcePath(Project project, String taskName) {
6868
}
6969

7070
wrapper {
71-
gradleVersion = '6.2'
72-
}
71+
gradleVersion = '7.6'
72+
}

0 commit comments

Comments
 (0)
Please sign in to comment.