We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cd8d4 commit e6f5b30Copy full SHA for e6f5b30
1 file changed
java/src/processing/mode/java/JavaBuild.java
@@ -48,8 +48,8 @@ public class JavaBuild {
48
static public final String PACKAGE_REGEX =
49
"(?:^|\\s|;)package\\s+(\\S+)\\;";
50
51
- static public final String JAVA_DOWNLOAD_URL = "https://adoptopenjdk.net/";
52
- static public final String MIN_JAVA_VERSION = "11.0.11";
+ static public final String JAVA_DOWNLOAD_URL = "https://adoptium.net/";
+ static public final String MIN_JAVA_VERSION = "17";
53
54
protected Sketch sketch;
55
protected Mode mode;
0 commit comments