findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1633492995
########## gradle/wrapper/gradle-wrapper.properties: ########## @@ -1,8 +1,8 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists # checksum was taken from https://gradle.org/release-checksums -distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip Review Comment: submitted separate as https://github.com/apache/iceberg/pull/10476 ########## .java-version: ########## @@ -0,0 +1 @@ +17.0 Review Comment: submitted separately as https://github.com/apache/iceberg/pull/10472 ########## .github/workflows/java-ci.yml: ########## @@ -90,20 +90,26 @@ jobs: build-checks: runs-on: ubuntu-22.04 + strategy: + matrix: + jvm: [8, 11, 17] Review Comment: submitted separately as https://github.com/apache/iceberg/pull/10473 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org