You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/11/09 10:07:10 UTC

[iceberg] branch master updated: Docs: Update spotless apply command (#6157)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new abcc65b4f2 Docs: Update spotless apply command (#6157)
abcc65b4f2 is described below

commit abcc65b4f2e25dc9830cf0def907540fe15f5f76
Author: Kunni <ku...@dtstack.com>
AuthorDate: Wed Nov 9 18:07:02 2022 +0800

    Docs: Update spotless apply command (#6157)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6ad7222753..54e7f14d95 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Iceberg is built using Gradle with Java 1.8 or Java 11.
 * To skip tests: `./gradlew build -x test -x integrationTest`
 * To fix code style for default versions: `./gradlew spotlessApply`
   To fix code style for non-default versions, the following flags need to be passed: `-DsparkVersions`, `-DflinkVersions`, `-DhiveVersions`.
-  Example: `./gradlew spotlessApply -DflinkVersions=1.14,1.15 -DsparkVersions=2.4,3.0,3.1,3.2,3.3 -DhiveVersions=2,3`
+  Example: `./gradlew spotlessApply -DflinkVersions=1.14,1.15,1.16 -DsparkVersions=2.4,3.1,3.2,3.3 -DhiveVersions=2,3`
 
 Iceberg table support is organized in library modules: