Skip to content

Commit c61eff4

Browse files
[Release 3.0] Update gradle to 8.10.2 to support JDK23 (opensearch-project#2460)
* Update gradle to 8.10.2 to support JDK23 Signed-off-by: Peter Zhu <[email protected]> * Update license headers Signed-off-by: Peter Zhu <[email protected]> * Bump jacoco to 0.8.12 to support JDK23 Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Peter Zhu <[email protected]>
1 parent 135f7eb commit c61eff4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
Build-k-NN-Linux:
3939
strategy:
4040
matrix:
41-
java: [21]
41+
java: [21, 23]
4242

4343
name: Build and Test k-NN Plugin on Linux
4444
runs-on: ubuntu-latest
@@ -101,7 +101,7 @@ jobs:
101101
Build-k-NN-MacOS:
102102
strategy:
103103
matrix:
104-
java: [ 21 ]
104+
java: [21, 23]
105105

106106
name: Build and Test k-NN Plugin on MacOS
107107
needs: Get-CI-Image-Tag
@@ -144,7 +144,7 @@ jobs:
144144
Build-k-NN-Windows:
145145
strategy:
146146
matrix:
147-
java: [ 21 ]
147+
java: [21, 23]
148148

149149
name: Build and Test k-NN Plugin on Windows
150150
needs: Get-CI-Image-Tag

build-tools/knnplugin-coverage.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
apply plugin: 'jacoco'
77

88
jacoco {
9-
toolVersion = "0.8.10"
9+
toolVersion = "0.8.12"
1010
}
1111

1212
/**

gradle/wrapper/gradle-wrapper.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
distributionBase=GRADLE_USER_HOME
77
distributionPath=wrapper/dists
8-
distributionSha256Sum=f2b9ed0faf8472cbe469255ae6c86eddb77076c75191741b4a462f33128dd419
9-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
8+
distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
9+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
1010
networkTimeout=10000
11+
validateDistributionUrl=true
1112
zipStoreBase=GRADLE_USER_HOME
1213
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)