dimas-b commented on code in PR #1589: URL: https://github.com/apache/polaris/pull/1589#discussion_r2105507172
########## 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: It is probably preferable to do this excluding in the server and admin modules. -- 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