jackylee-ch commented on code in PR #14798:
URL: https://github.com/apache/iceberg/pull/14798#discussion_r2598484697
##########
baseline.gradle:
##########
@@ -63,17 +63,19 @@ subprojects {
licenseHeaderFile
"$rootDir/.baseline/copyright/copyright-header-java.txt"
}
+ String scalaVersion = System.getProperty("scalaVersion") != null ?
System.getProperty("scalaVersion") : System.getProperty("defaultScalaVersion")
Review Comment:
Can we move this out of the plugin so we can reuse it for [Scala unused
checks](https://github.com/apache/iceberg/blob/main/baseline.gradle#L185).
--
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]