jbonofre commented on code in PR #1258:
URL: https://github.com/apache/polaris/pull/1258#discussion_r2019732954
##########
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:
The `LICENSE` and `NOTICE` in the root folder are for the source
distribution.
admin and server distributions are different `LICENSE` and `NOTICE`: you can
see the content is different. So, each distribution has its own specific
`LICENSE` and `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]