jbonofre commented on code in PR #1493:
URL: https://github.com/apache/polaris/pull/1493#discussion_r2067819649
##########
quarkus/server/build.gradle.kts:
##########
@@ -91,7 +91,7 @@ distributions {
from(project.layout.buildDirectory.dir("quarkus-app"))
from("distribution/NOTICE")
from("distribution/LICENSE")
- exclude("lib/main/io.quarkus.quarkus-container-image*")
Review Comment:
That's not the problem: here we excluded the dependency because it was
supposed to be a compile only dependency. But it's not. So we have to not
exclude (whatever the scope is).
--
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]