jerryshao commented on code in PR #4232:
URL: https://github.com/apache/gravitino/pull/4232#discussion_r1808156833
##########
build.gradle.kts:
##########
@@ -786,7 +789,10 @@ tasks {
":catalogs:catalog-jdbc-mysql:copyLibAndConfig",
":catalogs:catalog-jdbc-postgresql:copyLibAndConfig",
":catalogs:catalog-hadoop:copyLibAndConfig",
- ":catalogs:catalog-kafka:copyLibAndConfig"
+ ":catalogs:catalog-kafka:copyLibAndConfig",
+ ":bundles:aliyun-bundle:copyLibAndConfig",
+ ":bundles:aws-bundle:copyLibAndConfig",
+ ":bundles:gcp-bundle:copyLibAndConfig"
Review Comment:
Why do we need this? We will not ship these jars with gravitino binary, if
you want to use it for test, you'd better figure out a different way.
--
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]