Skip to content

Commit e6f5b30

Browse files
committed
url and version for Java 17
1 parent b4cd8d4 commit e6f5b30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/src/processing/mode/java/JavaBuild.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public class JavaBuild {
4848
static public final String PACKAGE_REGEX =
4949
"(?:^|\\s|;)package\\s+(\\S+)\\;";
5050

51-
static public final String JAVA_DOWNLOAD_URL = "https://adoptopenjdk.net/";
52-
static public final String MIN_JAVA_VERSION = "11.0.11";
51+
static public final String JAVA_DOWNLOAD_URL = "https://adoptium.net/";
52+
static public final String MIN_JAVA_VERSION = "17";
5353

5454
protected Sketch sketch;
5555
protected Mode mode;

0 commit comments

Comments
 (0)