dimas-b commented on code in PR #1082:
URL: https://github.com/apache/polaris/pull/1082#discussion_r1978054294
##########
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:
Could we include the NOTICE test into the user jar and have a CLI option to
print it?
--
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]