Skip to content

Commit f2e6603

Browse files
committed
fix Java 17 download URL, try 17, not working, revert back
1 parent d1207d8 commit f2e6603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ javadoc
33

44
macosx/javafx-sdk-*
55
macosx/jdk-11.*
6+
macosx/jdk-17*
67
macosx/jfx-11.*
78
macosx/jfx-16.*
89
windows/javafx-sdk-*

build/build.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178
</condition>
179179

180180
<!-- Java 11.0.11 and earlier is available via AdoptOpenJDK -->
181-
<!-- Reverting back to 11.0.11 for beta 2 so that OpenGL will work again -->
182181

183182
<!--
184183
https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.11%2B9/OpenJDK11U-jdk_x64_mac_hotspot_11.0.11_9.tar.gz
@@ -207,7 +206,7 @@
207206
-->
208207

209208
<!--
210-
<property name="jdk.download.url" value="https://github.com/adoptium/temurin17-binaries/releases/download/jdk-${jdk.train}%2B${jdk.build}/OpenJDK11U-jdk_x64_${jdk.download.os}_hotspot_${jdk.train}_${jdk.build}.${jdk.download.ext}" />
209+
<property name="jdk.download.url" value="https://github.com/adoptium/temurin17-binaries/releases/download/jdk-${jdk.train}%2B${jdk.build}/OpenJDK17-jdk_x64_${jdk.download.os}_hotspot_${jdk.train}_${jdk.build}.${jdk.download.ext}" />
211210
-->
212211

213212
<get src="${jdk.download.url}"

0 commit comments

Comments
 (0)