Re: [PR] Update Gradle to 8.8 [iceberg]

2024-06-11 Thread via GitHub
findepi commented on PR #10476: URL: https://github.com/apache/iceberg/pull/10476#issuecomment-2160557067 thanks @Fokko closing in favor of https://github.com/apache/iceberg/pull/8486 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Update Gradle to 8.8 [iceberg]

2024-06-11 Thread via GitHub
findepi closed pull request #10476: Update Gradle to 8.8 URL: https://github.com/apache/iceberg/pull/10476 -- 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-mai

Re: [PR] Update Gradle to 8.8 [iceberg]

2024-06-11 Thread via GitHub
Fokko commented on PR #10476: URL: https://github.com/apache/iceberg/pull/10476#issuecomment-2160331173 Semi duplicate of https://github.com/apache/iceberg/pull/8486 @findepi Thanks for raising this, and we're working on getting the Gradle version bumped to a later one. @jbonofre is d

Re: [PR] Update Gradle to 8.8 [iceberg]

2024-06-10 Thread via GitHub
findepi commented on code in PR #10476: URL: https://github.com/apache/iceberg/pull/10476#discussion_r1633343421 ## .github/workflows/java-ci.yml: ## @@ -90,20 +90,26 @@ jobs: build-checks: runs-on: ubuntu-22.04 +strategy: + matrix: +jvm: [8, 11, 17]