File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
needs : [Get-Require-Approval, Get-CI-Image-Tag, spotless]
43
43
strategy :
44
44
matrix :
45
- java : [21, 23 ]
45
+ java : [21, 24 ]
46
46
47
47
name : Build and Test MLCommons Plugin on linux
48
48
if : github.repository == 'opensearch-project/ml-commons'
@@ -107,7 +107,7 @@ jobs:
107
107
needs : [Get-Require-Approval, Build-ml-linux, spotless]
108
108
strategy :
109
109
matrix :
110
- java : [21, 23 ]
110
+ java : [21, 24 ]
111
111
112
112
name : Test MLCommons Plugin on linux docker
113
113
if : github.repository == 'opensearch-project/ml-commons'
@@ -203,7 +203,7 @@ jobs:
203
203
Build-ml-windows :
204
204
strategy :
205
205
matrix :
206
- java : [21, 23 ]
206
+ java : [21, 24 ]
207
207
name : Build and Test MLCommons Plugin on Windows
208
208
if : github.repository == 'opensearch-project/ml-commons'
209
209
needs : [Get-Require-Approval, spotless]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ buildscript {
60
60
}
61
61
62
62
plugins {
63
- id ' com.netflix.nebula.ospackage' version " 11.5 .0"
63
+ id ' com.netflix.nebula.ospackage' version " 12.0 .0"
64
64
id ' java'
65
65
id " io.freefair.lombok" version " 8.4"
66
66
id ' jacoco'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments