Skip to content

Commit 718d20c

Browse files
authored
Update to Gradle 9.2 and use JDK 25 for GHA (#792)
Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent fcaf98f commit 718d20c

File tree

6 files changed

+11
-16
lines changed

6 files changed

+11
-16
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
linux-build:
1818
strategy:
1919
matrix:
20-
java: [21, 24]
20+
java: [21, 25]
2121
needs: Get-CI-Image-Tag
2222
# Job name
2323
name: Linux - Build Asynchronous Search
@@ -144,7 +144,7 @@ jobs:
144144
windows-build:
145145
strategy:
146146
matrix:
147-
java: [21, 24]
147+
java: [21, 25]
148148
# Job name
149149
name: Windows - Build Asynchronous Search
150150
# This job runs on Windows.
@@ -178,7 +178,7 @@ jobs:
178178
mac-os-build:
179179
strategy:
180180
matrix:
181-
java: [21, 24]
181+
java: [21, 25]
182182
# Job name
183183
name: MacOS - Build Asynchronous Search
184184
# This job runs on Mac OS.

.github/workflows/multi-node-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
java: [21, 24]
21+
java: [21, 25]
2222
needs: Get-CI-Image-Tag
2323
# Job name
2424
name: Build Asynchronous Search

gradle/wrapper/gradle-wrapper.jar

1.83 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=b84e04fa845fecba48551f425957641074fcc00a88a84d2aae5808743b35fc85
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-all.zip
3+
distributionSha256Sum=16f2b95838c1ddcf7242b1c39e7bbbb43c842f1f1a1a0dc4959b6d4d68abcac3
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

Lines changed: 1 addition & 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)