jbonofre commented on code in PR #1082:
URL: https://github.com/apache/polaris/pull/1082#discussion_r1978727966
##########
quarkus/admin/build.gradle.kts:
##########
@@ -53,10 +61,12 @@ dependencies {
testRuntimeOnly(project(":polaris-eclipselink"))
testRuntimeOnly("org.postgresql:postgresql")
+
+ runScript(project(":polaris-quarkus-run-script", "runScript"))
}
quarkus {
- quarkusBuildProperties.put("quarkus.package.type", "uber-jar")
+ quarkusBuildProperties.put("quarkus.package.type", "fast-jar")
Review Comment:
Uber jar is also an option: we can ship LICENSE/NOTICE in the meta-inf. By
the way, I'm working on the license and notice content for binary
distributions.
--
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]