Skip to content

Commit 440ba7f

Browse files
committed
Use Gradle 9 RC1
1 parent c5152b0 commit 440ba7f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tasks.withType<JavaCompile>().configureEach { options.release = 8 }
1010
tasks.withType<GroovyCompile>().configureEach { options.release = 8 }
1111

1212
dependencies {
13-
testImplementation("org.spockframework:spock-core:2.1-groovy-3.0")
13+
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
1414
testImplementation("org.gradle.exemplar:samples-check:1.0.3")
1515
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
1616
}
@@ -31,7 +31,7 @@ pluginPublishConventions {
3131

3232
testing.suites.named<JvmTestSuite>("test") {
3333
useJUnitJupiter()
34-
listOf("7.4", "7.6.5", "8.0.2").forEach { gradleVersionUnderTest ->
34+
listOf("7.4", "7.6.5", "8.0.2", "8.14.2").forEach { gradleVersionUnderTest ->
3535
targets.register("test${gradleVersionUnderTest}") {
3636
testTask {
3737
group = LifecycleBasePlugin.VERIFICATION_GROUP

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionSha256Sum=5086034b0656a79fee07a04cfadc103984b075ac85d3a20748649671283be1bb
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-rc-1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)