You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to download early access JDK builds with the plugin?
E.g. looking at https://api.foojay.io/disco/v3.0/distributions there are several entries for early access builds of JDK 24 with versions like 24-ea+9, but there doesn't appear to be a way to download them.
$ mvn package
...
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at jdk.internal.util.Preconditions.outOfBounds (Preconditions.java:100)
at jdk.internal.util.Preconditions.outOfBoundsCheckIndex (Preconditions.java:106)
at jdk.internal.util.Preconditions.checkIndex (Preconditions.java:302)
at java.util.Objects.checkIndex (Objects.java:385)
at java.util.ArrayList.get (ArrayList.java:427)
at com.google.gson.JsonArray.get (JsonArray.java:203)
at org.apache.maven.plugins.toolchain.FoojayService.parseFileNameAndDownloadUrl (FoojayService.java:145)
This CLI also does not download EA versions:
$ ./mt.sh add 24 --vendor=zulu
JDK not found: 24
The text was updated successfully, but these errors were encountered:
Is there a way to download early access JDK builds with the plugin?
E.g. looking at https://api.foojay.io/disco/v3.0/distributions there are several entries for early access builds of JDK 24 with versions like
24-ea+9
, but there doesn't appear to be a way to download them.Demo:
This CLI also does not download EA versions:
The text was updated successfully, but these errors were encountered: