Updated to JDK 10

This commit is contained in:
Sebastian Stenzel
2018-07-11 15:40:28 +02:00
parent 06827a7466
commit 143070d02d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
language: java
sudo: false
jdk:
- oraclejdk9
- oraclejdk10
branches:
except:
- continuous # To avoid infinite loops, as this tag is created by this Travis config
+1 -1
View File
@@ -31,7 +31,7 @@
<fx:deploy nativeBundles="image" outdir="antbuild" verbose="true">
<fx:application refid="Cryptomator" />
<fx:info title="Cryptomator" vendor="cryptomator.org" copyright="cryptomator.org" license="GPL" category="Utility"/>
<fx:platform j2se="9.0">
<fx:platform j2se="10">
<fx:property name="logback.configurationFile" value="\${antbuild.logback.configurationFile}" />
<fx:property name="cryptomator.settingsPath" value="\${antbuild.cryptomator.settingsPath}" />
<fx:property name="cryptomator.ipcPortPath" value="\${antbuild.cryptomator.ipcPortPath}" />
+3 -3
View File
@@ -317,9 +317,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>9</source>
<target>9</target>
<release>9</release>
<source>10</source>
<target>10</target>
<release>10</release>
<compilerArgs>
<arg>--add-modules</arg>
<arg>jdk.incubator.httpclient</arg>