mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Update runtime.
Former-commit-id: e9ed0d635d49bc3704777351733eba925e289684
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@
|
||||
<groupId>com.oracle.java</groupId>
|
||||
<artifactId>jre</artifactId>
|
||||
<type>zip</type>
|
||||
<version>8u66</version>
|
||||
<version>8u74</version>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||||
|
||||
+1
-1
@@ -118,7 +118,7 @@
|
||||
<groupId>com.oracle.java</groupId>
|
||||
<artifactId>jre</artifactId>
|
||||
<type>zip</type>
|
||||
<version>8u66</version>
|
||||
<version>8u74</version>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
<project name="Java Runtime" basedir=".">
|
||||
|
||||
<property name="jvm.runtime.home" value="${build}/1.8.0_66.jre"/>
|
||||
<property name="jvm.runtime.home" value="${build}/1.8.0_74.jre"/>
|
||||
<property name="jvm.runtime.bin" value="${jvm.runtime.home}/${bundle.home}/bin"/>
|
||||
<property name="jvm.runtime.bin" value="${java.home}/bin"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user