From aae71f9be6f6d2088157e11b0bf1fb5eeaf61ceb Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 10 Mar 2023 12:26:38 +0100 Subject: [PATCH] Do not include sources in jar files --- bootstrap/debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/debian/rules b/bootstrap/debian/rules index 407c407..c93fd86 100755 --- a/bootstrap/debian/rules +++ b/bootstrap/debian/rules @@ -6,5 +6,8 @@ export LC_ALL JAVA_HOME := /usr/lib/jvm/java-17-openjdk-amd64 export JAVA_HOME +# do not include sources in the jar files +export BUILD_SOURCE_BUNDLES:=true + %: dh $@ -- 2.30.2