From d7211409822a8d53f23c70689836d6dcf12fd07d Mon Sep 17 00:00:00 2001 From: 911432 <30204381+911432@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:12:00 +0900 Subject: [PATCH 1/2] Updated README.md #7391 It's just a simple change in my thinking. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa4d1f7209ef..6a82507ef1dd 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Community discussions happen primarily on the [dev mailing list][dev-list] or on ### Building -Iceberg is built using Gradle with Java 1.8 or Java 11. +Iceberg is built using Gradle with Java 8 or Java 11 or java 17 * To invoke a build and run tests: `./gradlew build` * To skip tests: `./gradlew build -x test -x integrationTest` From e64e754d182c12d1d06f182e13e93e4d3453bb05 Mon Sep 17 00:00:00 2001 From: 911432 <30204381+911432@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:41:05 +0900 Subject: [PATCH 2/2] Reduce writing I like that it's shorter. Co-authored-by: Fokko Driesprong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a82507ef1dd..a0b7b00208c0 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Community discussions happen primarily on the [dev mailing list][dev-list] or on ### Building -Iceberg is built using Gradle with Java 8 or Java 11 or java 17 +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`