Skip to content

Commit 2827151

Browse files
authored
Upgrade gradle to 8.14.3 and run CI checks with JDK24 (#754)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 412b13d commit 2827151

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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, 23]
20+
java: [21, 24]
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, 23]
147+
java: [21, 24]
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, 23]
181+
java: [21, 24]
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, 23]
21+
java: [21, 24]
2222
needs: Get-CI-Image-Tag
2323
# Job name
2424
name: Build Asynchronous Search

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildscript {
4444

4545
plugins {
4646
id "de.undercouch.download" version "5.6.0"
47-
id 'com.netflix.nebula.ospackage' version "11.10.0"
47+
id 'com.netflix.nebula.ospackage' version "12.0.0"
4848
id "com.diffplug.spotless" version "6.25.0"
4949
}
5050

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=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
3+
distributionSha256Sum=ed1a8d686605fd7c23bdf62c7fc7add1c5b23b2bbc3721e661934ef4a4911d7c
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)