dimas-b commented on code in PR #1589:
URL: https://github.com/apache/polaris/pull/1589#discussion_r2109743522
##########
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:
I still think this is sub-optimal from the gradle build perspective, but I
do not have a solution ATM, so I'm fine merging this change "as is" unless
someone has a solution handy.
--
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]