Skip to content

Commit f5ac0ff

Browse files
committed
Update to Groovy 3 + Spock 2
1 parent d6b3327 commit f5ac0ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ subprojects {
3434
}
3535

3636
dependencies {
37-
// Standard junit
37+
// Standard JUnit
3838
testImplementation(platform("org.junit:junit-bom:5.7.0"))
3939
testImplementation("org.junit.jupiter:junit-jupiter-api")
4040
testImplementation("org.junit.jupiter:junit-jupiter-engine")
4141

4242
// Spock
43-
testImplementation("org.junit.vintage:junit-vintage-engine")
4443
testImplementation("org.codehaus.groovy:groovy-all:$groovyVersion")
4544
testImplementation("org.spockframework:spock-core:$spockVersion")
4645
}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ projectInceptionYear = 2016
55

66
# Build Settings
77
javaVersion = 1.8
8-
groovyVersion = 2.5.8
8+
groovyVersion = 3.0.7
99
asmVersion = 7.1
1010
bombeVersion = 0.5.0-SNAPSHOT
1111
junitVersion = 5.5.1
12-
spockVersion = 1.3-groovy-2.5
12+
spockVersion = 2.0-M4-groovy-3.0

0 commit comments

Comments
 (0)