X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=bootstrap%2Fdebian%2Frules;h=c93fd8601849652f0e24c9f90be08af8ab965d16;hb=bc73ed911b8a6af9324214f931445ba910c313f4;hp=82a0f75942a55f679f949fd8e521bfc26db955dd;hpb=ed8bb438de0c16c0b88f71e7044d2e93472ef8ce;p=gpl%2Fargeo-tp.git diff --git a/bootstrap/debian/rules b/bootstrap/debian/rules index 82a0f75..c93fd86 100755 --- a/bootstrap/debian/rules +++ b/bootstrap/debian/rules @@ -3,8 +3,11 @@ LC_ALL := C.UTF-8 export LC_ALL -JAVA_HOME := /usr/lib/jvm/java-17-openj9-amd64 +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 $@