jerryshao commented on code in PR #4628:
URL: https://github.com/apache/gravitino/pull/4628#discussion_r1747462528
##########
build.gradle.kts:
##########
@@ -627,7 +625,7 @@ tasks {
}
val compileTrinoConnector by registering {
- dependsOn("trino-connector:copyLibs")
+ dependsOn("trino-connector:trino-connector:copyLibs")
Review Comment:
Can you please check if the LICENSE, NOTICE, and DISCLAIMER are correctly
copied to the release package for trino-connector, web, and gravitino packages?
Since the trino and web package location has been changed, I guess it will be
failed to locate the file, can you please check and fix?
--
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]