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


##########
quarkus/admin/build.gradle.kts:
##########
@@ -72,28 +82,48 @@ quarkus {
   )
 }
 
-publishing {
-  publications {
-    named<MavenPublication>("maven") {
-      val quarkusBuild = tasks.getByName<QuarkusBuild>("quarkusBuild")
-      artifact(quarkusBuild.runnerJar) {
-        classifier = "runner"
-        builtBy(quarkusBuild)
-      }
+distributions {
+  main {
+    contents {
+      from(runScript)
+      from(project.layout.buildDirectory.dir("quarkus-app"))
+      from("../../NOTICE")

Review Comment:
   IMHO it's better to square the license/notice on the target artifacts. I can 
change that in second step along with license/notice. 



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