This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch release/0.10.x in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/release/0.10.x by this push: new 37ae8319e Include DISCLAIMER in binary distributions (#1568) 37ae8319e is described below commit 37ae8319e3e080d018ad986fcc7fc32e5c73fda2 Author: JB Onofré <jbono...@apache.org> AuthorDate: Mon May 12 10:04:08 2025 +0200 Include DISCLAIMER in binary distributions (#1568) (cherry picked from commit b33531fdf79e2956b658c7b509cd3ac5a70b0b84) --- quarkus/admin/build.gradle.kts | 1 + quarkus/server/build.gradle.kts | 1 + 2 files changed, 2 insertions(+) diff --git a/quarkus/admin/build.gradle.kts b/quarkus/admin/build.gradle.kts index 9d32042ae..51d75f966 100644 --- a/quarkus/admin/build.gradle.kts +++ b/quarkus/admin/build.gradle.kts @@ -92,6 +92,7 @@ distributions { from("distribution/NOTICE") from("distribution/LICENSE") from("distribution/README.md") + from("../../DISCLAIMER") } } } diff --git a/quarkus/server/build.gradle.kts b/quarkus/server/build.gradle.kts index f58e9d23b..6e68922e9 100644 --- a/quarkus/server/build.gradle.kts +++ b/quarkus/server/build.gradle.kts @@ -90,6 +90,7 @@ distributions { from("distribution/NOTICE") from("distribution/LICENSE") from("distribution/README.md") + from("../../DISCLAIMER") } } }