HanSolo / javafinder

JavaFinder is a little tool that helps you finding all installed Java versions in a given path
Apache License 2.0
16 stars 0 forks source link

Updated Java to use always the latest java #5

Closed ajshastri closed 7 months ago

ajshastri commented 8 months ago

Updated the Setup JDK to use the latest version of Java always and Graalvm to use distribution instead of version. as recommended by https://github.com/graalvm/setup-graalvm#migrating-from-graalvm-223-or-earlier-to-the-new-graalvm-for-jdk-17-and-later

HanSolo commented 7 months ago

Sorry but I don't want to use graalvm because that will fall back to the OTN license after 3 years which means I might have to pay for it if I don't update it. So I've changed that to graalvm-community and also used the latest version in javafinder 17.0.35. Anyway, thanks for the PR.

ajshastri commented 7 months ago

That makes sense about the community version! Sorry, I wasn't paying attention.

HanSolo commented 7 months ago

No problem at all 😁