Do not include sources in jar files
authorMathieu <mbaudier@argeo.org>
Fri, 10 Mar 2023 11:26:38 +0000 (12:26 +0100)
committerMathieu <mbaudier@argeo.org>
Fri, 10 Mar 2023 11:26:38 +0000 (12:26 +0100)
bootstrap/debian/rules

index 407c407834c9ab67c93d0e72394f24f6527593e2..c93fd8601849652f0e24c9f90be08af8ab965d16 100755 (executable)
@@ -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 $@