mchades commented on code in PR #9460:
URL: https://github.com/apache/gravitino/pull/9460#discussion_r2610222956
##########
catalogs/catalog-hive/build.gradle.kts:
##########
@@ -147,7 +125,7 @@ dependencies {
}
tasks {
- register("runtimeJars", Copy::class) {
+ val runtimeJars by registering(Copy::class) {
Review Comment:
why change this? it seems this change will cause a warning log
--
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]