Skip to content

Instantly share code, notes, and snippets.

@bdemers
Created May 15, 2020 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdemers/d8479132c49e350dcb3e7d5c1a91fd84 to your computer and use it in GitHub Desktop.
Save bdemers/d8479132c49e350dcb3e7d5c1a91fd84 to your computer and use it in GitHub Desktop.
20.0.0.r11-grl
#!/bin/bash
# in ~/.sdkman/ext/sdkman-java.sh
function __sdk_java {
if [[ -f .java-version ]]; then
VERSION=$(cat .java-version)
__sdk_use java "$VERSION"
else
echo ".java-version file is missing"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment