From: Mathieu Date: Fri, 10 Mar 2023 11:26:38 +0000 (+0100) Subject: Do not include sources in jar files X-Git-Tag: v2.3.12~60 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=aae71f9be6f6d2088157e11b0bf1fb5eeaf61ceb;p=gpl%2Fargeo-tp.git Do not include sources in jar files --- 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 $@