This is an automated email from the ASF dual-hosted git repository.

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ec69d1ce9 Docs: Allow Java 17 in contribute.md (#10545)
1ec69d1ce9 is described below

commit 1ec69d1ce91fa32bd60df5aec8bf9238f5451ca8
Author: Piotr Findeisen <[email protected]>
AuthorDate: Thu Jun 20 18:10:14 2024 +0200

    Docs: Allow Java 17 in contribute.md (#10545)
    
    Java 17 is equally supported build-time JVM.
    This syncs the wording between contribute.md and README.md.
---
 site/docs/contribute.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/docs/contribute.md b/site/docs/contribute.md
index 2c9add8df2..d1e16e1c99 100644
--- a/site/docs/contribute.md
+++ b/site/docs/contribute.md
@@ -84,7 +84,7 @@ settle disagreements or to force a decision.
 
 ## Building the Project Locally
 
-Iceberg is built using Gradle with Java 8 or Java 11.
+Iceberg is built using Gradle with Java 8, 11, or 17.
 
 * To invoke a build and run tests: `./gradlew build`
 * To skip tests: `./gradlew build -x test -x integrationTest`

Reply via email to