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


##########
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:
   Isn't this going to complicate the tool usage? It's easier to download and 
run a single jar than to download a zip, unpack, then run.



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