jerryshao commented on code in PR #5615:
URL: https://github.com/apache/gravitino/pull/5615#discussion_r1849395412


##########
build.gradle.kts:
##########
@@ -803,6 +803,7 @@ tasks {
         from("${it.name}/build/libs")
         into("distribution/package/libs")
         include("*.jar")
+        exclude("gravitino-docs-*.jar")

Review Comment:
   I think we should add the code to the above "if" condition like other 
modules:
   
   ```
   it.name != "xxx"
   ```



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