southernriver commented on a change in pull request #2785:
URL: https://github.com/apache/iceberg/pull/2785#discussion_r664980323
##########
File path: baseline.gradle
##########
@@ -79,6 +79,7 @@ subprojects {
'-Xep:StrictUnusedVariable:OFF',
'-Xep:TypeParameterShadowing:OFF',
'-Xep:TypeParameterUnusedInFormals:OFF',
+ '-Xep:ShutdownHook:OFF',
Review comment:
It just avoid building failure for gradle.
As https://github.com/palantir/gradle-baseline mentioned:
`ShutdownHook: Applications should not use Runtime#addShutdownHook.
`
and we can add this property to skip this.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]