Skip to content

Commit

Permalink
[Release 3.0] Update gradle to 8.10.2 to support JDK23 (#2460)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
peterzhuamazon authored Jan 30, 2025
1 parent 135f7eb commit c61eff4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
Build-k-NN-Linux:
strategy:
matrix:
java: [21]
java: [21, 23]

name: Build and Test k-NN Plugin on Linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
Build-k-NN-MacOS:
strategy:
matrix:
java: [ 21 ]
java: [21, 23]

name: Build and Test k-NN Plugin on MacOS
needs: Get-CI-Image-Tag
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
Build-k-NN-Windows:
strategy:
matrix:
java: [ 21 ]
java: [21, 23]

name: Build and Test k-NN Plugin on Windows
needs: Get-CI-Image-Tag
Expand Down
2 changes: 1 addition & 1 deletion build-tools/knnplugin-coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apply plugin: 'jacoco'

jacoco {
toolVersion = "0.8.10"
toolVersion = "0.8.12"
}

/**
Expand Down
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=f2b9ed0faf8472cbe469255ae6c86eddb77076c75191741b4a462f33128dd419
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c61eff4

Please sign in to comment.