Skip to content

Commit 7eb0d80

Browse files
pyek-botdhrubo-os
andauthored
Bump gradle to 8.14 and update JDK to 24 (#3983)
* update gradle to 8.14 and use jdk 24 Signed-off-by: Pavan Yekbote <pybot@amazon.com> * update dependency version Signed-off-by: Pavan Yekbote <pybot@amazon.com> * empty commit for build Signed-off-by: Pavan Yekbote <pybot@amazon.com> --------- Signed-off-by: Pavan Yekbote <pybot@amazon.com> Co-authored-by: Dhrubo Saha <dhrubo@amazon.com>
1 parent 7040e8a commit 7eb0d80

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/CI-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: [Get-Require-Approval, Get-CI-Image-Tag, spotless]
4343
strategy:
4444
matrix:
45-
java: [21, 23]
45+
java: [21, 24]
4646

4747
name: Build and Test MLCommons Plugin on linux
4848
if: github.repository == 'opensearch-project/ml-commons'
@@ -107,7 +107,7 @@ jobs:
107107
needs: [Get-Require-Approval, Build-ml-linux, spotless]
108108
strategy:
109109
matrix:
110-
java: [21, 23]
110+
java: [21, 24]
111111

112112
name: Test MLCommons Plugin on linux docker
113113
if: github.repository == 'opensearch-project/ml-commons'
@@ -203,7 +203,7 @@ jobs:
203203
Build-ml-windows:
204204
strategy:
205205
matrix:
206-
java: [21, 23]
206+
java: [21, 24]
207207
name: Build and Test MLCommons Plugin on Windows
208208
if: github.repository == 'opensearch-project/ml-commons'
209209
needs: [Get-Require-Approval, spotless]

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ buildscript {
6060
}
6161

6262
plugins {
63-
id 'com.netflix.nebula.ospackage' version "11.5.0"
63+
id 'com.netflix.nebula.ospackage' version "12.0.0"
6464
id 'java'
6565
id "io.freefair.lombok" version "8.4"
6666
id 'jacoco'

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=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionSha256Sum=efe9a3d147d948d7528a9887fa35abcf24ca1a43ad06439996490f77569b02d1
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)