Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Java patch version #881

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Bump Java patch version #881

wants to merge 1 commit into from

Commits on Mar 16, 2020

  1. Bump Java patch version

    Changed ```11.0.4.hs-adpt``` to ```11.0.6.hs-adpt``` in install command as 11.0.4 is no longer available on SDKMAN.
    
    
    Currently this will require the docs to change every time  AdoptOpenJDK retires/unlists a version.
    I just used SDKMAN for the first time so i assumed the guide was up to date (silly me :D) maybe explicitly forcing the user to list and select a version explicitely could easy for other first time users of both ```sbt``` and ```sdk```.
    For example
    ```
    # use SDKMAN to list java versions
    sdk java list
    # select a AdoptOpenJDK 11 release version 11.y.z  and then install it like so
    sdk install java 11.<y>.<z>.hs-adpt
    ```
    razorheadfx authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9daea94 View commit details
    Browse the repository at this point in the history