Skip to content

Commit

Permalink
Docs: Allow Java 17 in contribute.md (#10545)
Browse files Browse the repository at this point in the history
Java 17 is equally supported build-time JVM.
This syncs the wording between contribute.md and README.md.
  • Loading branch information
findepi committed Jun 20, 2024
1 parent c67c912 commit 1ec69d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1ec69d1

Please sign in to comment.