add --enable-preview flag to java runtime options

This commit is contained in:
Armin Schrenk
2022-11-25 12:21:37 +01:00
parent a70d8e1567
commit dd79b46d72
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ ${JAVA_HOME}/bin/jpackage \
--name Cryptomator \
--vendor "Skymatic GmbH" \
--copyright "(C) 2016 - 2022 Skymatic GmbH" \
--java-options "--enable-preview" \
--java-options "-Xss5m" \
--java-options "-Xmx256m" \
--app-version "${VERSION}.${REVISION_NO}" \
+1
View File
@@ -36,6 +36,7 @@ override_dh_auto_build:
--name cryptomator \
--vendor "Skymatic GmbH" \
--copyright "(C) 2016 - 2022 Skymatic GmbH" \
--java-options "--enable-preview" \
--java-options "-Xss5m" \
--java-options "-Xmx256m" \
--java-options "-Dfile.encoding=\"utf-8\"" \