nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639514171
########## baseline.gradle: ########## @@ -60,8 +63,7 @@ subprojects { spotless { java { target 'src/main/java/**/*.java', 'src/test/java/**/*.java', 'src/jmh/java/**/*.java', 'src/integration/java/**/*.java' - // we use an older version of google-java-format that is compatible with JDK 8 - googleJavaFormat("1.7") + googleJavaFormat("1.17.0") Review Comment: I don't think it's a good idea to upgrade this to the latest version. The issue is that spotless will produce different formatting results depending on which JDK it's been executed with. So as long as the project builds & releases with JDK8 we need to stay at the GJF version 1.7 -- 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-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org