MonkeyCanCode commented on code in PR #225:
URL: https://github.com/apache/polaris-tools/pull/225#discussion_r3226892396


##########
iceberg-catalog-migrator/build.gradle.kts:
##########
@@ -76,6 +76,9 @@ tasks.named<RatTask>("rat").configure {
 
   // Rat can't scan binary images
   excludes.add("**/*.png")
+
+  // Misc build artifacts
+  excludes.add(".java-version")

Review Comment:
   This is to match to the jenv that we are using on the Polaris. I can move 
them to a different PR if preferred.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to