install sdkman before using it

This commit is contained in:
creeper123123321 2021-06-12 07:35:04 -03:00 committed by GitHub
parent 9e6f174c17
commit bce4b1456d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
before_install:
- curl -s "https://get.sdkman.io" | bash
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk install java 16.0.1-open
- sdk use java 16.0.1-open