rdblue commented on code in PR #4465: URL: https://github.com/apache/iceberg/pull/4465#discussion_r841277284
########## build.gradle: ########## @@ -38,6 +42,9 @@ buildscript { plugins { id 'nebula.dependency-recommender' version '9.0.2' + // Since 7.x gradle-docker-plugin is compiled using JDK11, thus using the latest version will fail Java8 builds + // https://bmuschko.github.io/gradle-docker-plugin/current/user-guide/#change_log Review Comment: This comment doesn't make it clear why this plugin is used. Can you explain in more detail? -- 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: dev-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org