Skip to content

Commit 091c536

Browse files
authored
GROOVY-11637: Bump gradle to 8.14 (build dependency)
* Gradle 8.14 RC1 - supports Java 24 * Gradle 8.14 RC2 * Gradle 8.14 RC3 * Gradle 8.14
1 parent 2f369b8 commit 091c536

5 files changed

Lines changed: 6 additions & 30 deletions

File tree

.github/workflows/groovy-build-test.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
os: [ubuntu-latest]
58-
java: [12, 13, 14, 15, 16, 18, 19, 20, 22, 23]
58+
java: [12, 13, 14, 15, 16, 18, 19, 20, 22, 23, 24]
5959
runs-on: ${{ matrix.os }}
6060
steps:
6161
- uses: actions/checkout@v4
@@ -69,30 +69,6 @@ jobs:
6969
run: ./gradlew test
7070
timeout-minutes: 60
7171

72-
# merge with 'additional' once gradle supports jdk24 for running gradle
73-
additional24:
74-
#if: github.event_name == 'push'
75-
runs-on: ubuntu-latest
76-
steps:
77-
- uses: actions/checkout@v4
78-
- uses: actions/setup-java@v4
79-
with:
80-
distribution: 'zulu'
81-
java-version: |
82-
24
83-
21
84-
check-latest: true
85-
- uses: gradle/actions/setup-gradle@v4
86-
- name: Test with Gradle
87-
run: ./gradlew test -Ptarget.java.home=$JAVA_HOME_24_X64 --no-build-cache --no-daemon
88-
timeout-minutes: 60
89-
- name: Upload reports
90-
uses: actions/upload-artifact@v4
91-
if: always()
92-
with:
93-
name: build-reports-24
94-
path: '**/build/reports/'
95-
9672
ea:
9773
#if: github.event_name == 'push'
9874
strategy:

gradle/wrapper/gradle-wrapper.jar

59 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)