LiuQhahah commented on code in PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#discussion_r1720960611


##########
catalogs/catalog-lakehouse-iceberg/build.gradle.kts:
##########
@@ -136,7 +149,27 @@ tasks {
     dependsOn(copyCatalogLibs, copyCatalogConfig)
   }
 }
+// run  ./gradlew 
:catalogs:catalog-lakehouse-iceberg:calculateDependenciesSize at the root of 
the project
+tasks.register("calculateDependenciesSize") {
+  group = "verification"
+  description =
+    "Calculates the total size of all dependencies in the runtimeClasspath 
configuration for :catalogs:catalog-lakehouse-paimon"

Review Comment:
   Thanks



-- 
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