flyrain commented on code in PR #1589: URL: https://github.com/apache/polaris/pull/1589#discussion_r2105651243
########## quarkus/distribution/build.gradle.kts: ########## @@ -58,12 +58,16 @@ distributions { contents { // Copy admin distribution contents into("admin") { - from(adminDistribution) + from(adminDistribution) { + exclude("quarkus-app-dependencies.txt") Review Comment: Tried to exclude it in server and admin module. Didn't find a clean solution. It may not be worth it. Let me know if you got better solutioin. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org