no longer using jdk.incubator.httpclient, because windows app doesn't start with --add-modules arg in cfg file

This commit is contained in:
Sebastian Stenzel
2018-07-12 11:03:35 +02:00
parent d8c8c2380a
commit ffe8887114
3 changed files with 25 additions and 18 deletions
@@ -38,8 +38,6 @@
<fx:property name="cryptomator.keychainPath" value="\${antbuild.cryptomator.keychainPath}"/>
<fx:jvmarg value="-Xss2m"/>
<fx:jvmarg value="-Xmx512m"/>
<fx:jvmarg value="--add-modules"/>
<fx:jvmarg value="jdk.incubator.httpclient"/>
</fx:platform>
<fx:resources>
<fx:fileset dir="antbuild" type="jar" includes="Cryptomator-${project.version}.jar" />