flyrain commented on code in PR #1258:
URL: https://github.com/apache/polaris/pull/1258#discussion_r2019523326


##########
quarkus/admin/build.gradle.kts:
##########
@@ -87,8 +87,8 @@ distributions {
     contents {
       from(runScript)
       from(project.layout.buildDirectory.dir("quarkus-app"))
-      from("../../NOTICE")
-      from("../../LICENSE-BINARY-DIST").rename("LICENSE-BINARY-DIST", 
"LICENSE")
+      from("distribution/NOTICE")
+      from("distribution/LICENSE")

Review Comment:
   Is it possible to leverage on a super set of LICENSE and NOTICE? So that we 
don't have to place them in each module.



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