mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Update runtime dependency to 11.0.1.
This commit is contained in:
+2
-2
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user