snazy commented on code in PR #1082:
URL: https://github.com/apache/polaris/pull/1082#discussion_r1977111554


##########
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:
   AFAIU the current approach it is already a tgz/zip file that needs to be 
extracted, because of the necessary LICENSE/NOTICE files.



-- 
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]

Reply via email to