yuqi1129 commented on code in PR #4232:
URL: https://github.com/apache/gravitino/pull/4232#discussion_r1808295385
##########
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:
OK, let me try another way to copy the bundle jars when testing S3 in deploy
mode automatically.
--
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]