Open
Description
Is your feature request related to a problem? Please describe.
I use mise to manage my JDKs. When using //JAVA 24
, jbang
downloads a JDK and ignores the ones by mise.
Describe the solution you'd like
jbang
should use one JDK already downloaded by mise
.
Additional context
For gradle, they do not want to support mise directly (gradle/gradle#29355), but work on a general solution: gradle/gradle#29508