flyrain commented on code in PR #1258:
URL: https://github.com/apache/polaris/pull/1258#discussion_r2021615297
##########
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:
yeah, that's a close one. I was thinking about an option that we just got a
super set of license and notice so that, all other can just reuse it.
Another option is having an automation tool, not sure if that's possible,
and how much effort we need to build such a tool.
--
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]