-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prefer installing default java version
With this new code if there's an open-ended request for a Java version older than the one Jbang considers "default" we'll install the default version instead. (So if there's code reqesting `//JAVA 9+` we'll install Java 11 instead of 9, but if code requests `//JAVA 16+` we'll install 16)
- Loading branch information
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters