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
A quick fix might be to use the following improved pattern. Though I can't say how it behaves with JDK versions other than the specific one I've tested.
The following pattern does not match any artifacts of the
jdk-17.0.12_7
temurin release. Hence, this JDK/JRE can't be downloaded. See https://regexr.com/85his.mvn-jlink/mvn-jlink-wrapper/src/main/java/com/igormaznitsa/mvnjlink/jdkproviders/providers/AdoptiumOpenJdkProvider.java
Lines 375 to 377 in 3ec37b4
A quick fix might be to use the following improved pattern. Though I can't say how it behaves with JDK versions other than the specific one I've tested.
A more sustainable approach might be to use the Adoptium API, as I describe in #14.
The text was updated successfully, but these errors were encountered: