jerryshao commented on code in PR #6677:
URL: https://github.com/apache/gravitino/pull/6677#discussion_r1992581710
##########
build.gradle.kts:
##########
@@ -823,16 +846,16 @@ tasks {
register("copyCatalogLibAndConfigs", Copy::class) {
dependsOn(
+ ":catalogs:catalog-hadoop:copyLibAndConfig",
":catalogs:catalog-hive:copyLibAndConfig",
- ":catalogs:catalog-lakehouse-iceberg:copyLibAndConfig",
- ":catalogs:catalog-lakehouse-paimon:copyLibAndConfig",
- "catalogs:catalog-lakehouse-hudi:copyLibAndConfig",
":catalogs:catalog-jdbc-doris:copyLibAndConfig",
":catalogs:catalog-jdbc-mysql:copyLibAndConfig",
":catalogs:catalog-jdbc-oceanbase:copyLibAndConfig",
":catalogs:catalog-jdbc-postgresql:copyLibAndConfig",
- ":catalogs:catalog-hadoop:copyLibAndConfig",
":catalogs:catalog-kafka:copyLibAndConfig",
+ ":catalogs:catalog-lakehouse-hudi:copyLibAndConfig",
Review Comment:
It's fine, these two ways are both workable for Gradle.
--
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]