Skip to content

Commit 37ae831

Browse files
committed
Include DISCLAIMER in binary distributions (#1568)
(cherry picked from commit b33531f)
1 parent 05d0f8e commit 37ae831

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

quarkus/admin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ distributions {
9292
from("distribution/NOTICE")
9393
from("distribution/LICENSE")
9494
from("distribution/README.md")
95+
from("../../DISCLAIMER")
9596
}
9697
}
9798
}

quarkus/server/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ distributions {
9090
from("distribution/NOTICE")
9191
from("distribution/LICENSE")
9292
from("distribution/README.md")
93+
from("../../DISCLAIMER")
9394
}
9495
}
9596
}

0 commit comments

Comments
 (0)