Skip to content

Commit 361a9be

Browse files
committed
Fix Java download URL
1 parent d28426d commit 361a9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ant/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ separate.static.libs=true
3030
# See also qz.common.Constants.java
3131
javac.source=1.8
3232
javac.target=1.8
33-
java.download=https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot
33+
java.download=https://bell-sw.com/pages/downloads/#/java-11-lts
3434

3535
# Skip bundling the java runtime
3636
# jre.skip=true

0 commit comments

Comments
 (0)