mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Update runtime dependency.
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@
|
||||
<groupId>net.temurin</groupId>
|
||||
<artifactId>jdk</artifactId>
|
||||
<type>zip</type>
|
||||
<version>21.0.5</version>
|
||||
<version>21.0.7</version>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||||
|
||||
+1
-1
@@ -133,7 +133,7 @@
|
||||
<groupId>net.temurin</groupId>
|
||||
<artifactId>jdk</artifactId>
|
||||
<type>zip</type>
|
||||
<version>21.0.5</version>
|
||||
<version>21.0.7</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}/jdk-21.0.5+11"/>
|
||||
<property name="runtime.dependency" value="${build}/jdk-21.0.7+6"/>
|
||||
|
||||
<property name="bundle.runtime" value="${bundle.plugins}/Runtime.jre"/>
|
||||
<property name="bundle.runtime.lib"
|
||||
|
||||
Reference in New Issue
Block a user