Skip to content

Commit b33531f

Browse files
authored
Include DISCLAIMER in binary distributions (#1568)
1 parent d05ba7c commit b33531f

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
@@ -97,6 +97,7 @@ distributions {
9797
from("distribution/NOTICE")
9898
from("distribution/LICENSE")
9999
from("distribution/README.md")
100+
from("../../DISCLAIMER")
100101
}
101102
}
102103
}

quarkus/server/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
}

0 commit comments

Comments
 (0)