Update runtime dependency to 11.0.1.

This commit is contained in:
David Kocher
2018-11-16 11:40:18 +01:00
parent deb378b2b3
commit 8e56f4edfd
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -93,9 +93,9 @@
<artifactItems>
<artifactItem>
<groupId>net.adoptopenjdk</groupId>
<artifactId>jre</artifactId>
<artifactId>jdk</artifactId>
<type>zip</type>
<version>8u192</version>
<version>11.0.1</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}</outputDirectory>
+2 -2
View File
@@ -131,9 +131,9 @@
<artifactItems>
<artifactItem>
<groupId>net.adoptopenjdk</groupId>
<artifactId>jre</artifactId>
<artifactId>jdk</artifactId>
<type>zip</type>
<version>8u192</version>
<version>11.0.1</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}</outputDirectory>
+1 -1
View File
@@ -2,7 +2,7 @@
<project name="Java Runtime" basedir=".">
<property name="runtime.dependency" value="${build}/jdk8u192-b12-jre"/>
<property name="runtime.dependency" value="${build}/jdk-11.0.1+13"/>
<property name="bundle.runtime" value="${bundle.plugins}/Runtime.jre"/>
<property name="bundle.runtime.lib"
+1 -1
View File
@@ -29,7 +29,7 @@
<key>StartOnMainThread</key>
<true/>
<key>VMOptions</key>
<string>-Djava.ext.dirs=$APP_PACKAGE/Contents/PlugIns/Runtime.jre/Contents/Home/lib/ext -Djava.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.boot.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.nounpack=true -Djava.awt.headless=true -Dsun.jnu.encoding=utf-8 -Dfile.encoding=utf-8 -Dsun.io.useCanonCaches=false -Djdk.tls.useExtendedMasterSecret=false -Dorg.bouncycastle.asn1.allow_unsafe_integer=true -Xverify:none</string>
<string>-client -Djava.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.boot.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.nounpack=true -Djava.awt.headless=true -Dsun.jnu.encoding=utf-8 -Dfile.encoding=utf-8 -Dsun.io.useCanonCaches=false -Djdk.tls.useExtendedMasterSecret=false -Dorg.bouncycastle.asn1.allow_unsafe_integer=true -Xverify:none</string>
<key>WorkingDirectory</key>
<string>$APP_PACKAGE/Contents/Resources</string>
</dict>