Skip to content

Commit 6fefa74

Browse files
committed
Update to Gradle 9 (RC1)
1 parent 01a4653 commit 6fefa74

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cross-version-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
gradleVersion: ["6.8.3", "6.9.4", "7.0.2", "8.0.2"]
14+
gradleVersion: ["6.8.3", "6.9.4", "7.0.2", "8.0.2", "8.14.2"]
1515
steps:
1616
- name: git clone
1717
uses: actions/checkout@v4

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ gradlePlugin {
7070

7171
dependencies {
7272
testImplementation("org.gradle.exemplar:samples-check:1.0.3")
73-
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
73+
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
7474
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
7575
}
7676

7777
testing.suites.named<JvmTestSuite>("test") {
7878
useJUnitJupiter()
79-
listOf("6.8.3", "6.9.4", "7.0.2", "8.0.2").forEach { gradleVersionUnderTest ->
79+
listOf("6.8.3", "6.9.4", "7.0.2", "8.0.2", "8.14.2").forEach { gradleVersionUnderTest ->
8080
targets.register("test${gradleVersionUnderTest}") {
8181
testTask {
8282
group = LifecycleBasePlugin.VERIFICATION_GROUP

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
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)