We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6406d68 commit 710fb5dCopy full SHA for 710fb5d
src/ListOpenJavaDevelopmentKits.java
@@ -45,7 +45,7 @@ class ListOpenJavaDevelopmentKits {
45
static final String SA = System.getProperty("SA", "17");
46
47
/** Early-Access Releases, as comma separated names. */
48
- static final String EA = System.getProperty("EA", "19,loom,metropolis,panama,valhalla");
+ static final String EA = System.getProperty("EA", "20,19,loom,metropolis,panama,valhalla");
49
50
/** Include archived releases flag. */
51
static final boolean ARCHIVES = Boolean.getBoolean("ARCHIVES");
0 commit comments