Fix sdk command for jitpack builds (#1241)

This commit is contained in:
Pasqual Koschmieder 2021-06-20 17:51:55 +02:00 committed by GitHub
parent c54a99945d
commit 9de096f783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
before_install:
- sdk install java 16.0.1-adpt
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk update
- sdk install java 16.0.1.hs-adpt
- sdk use java 16.0.1.hs-adpt