-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix jitpack.yml SDKMAN! zulu version
- Loading branch information
1 parent
b65da6b
commit e72aecb
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Tell Jitpack to build using Java 17 (defaults to 8) | ||
# Tell Jitpack to build using Java 21 (defaults to 8) | ||
before_install: | ||
# Fix: https://github.com/jitpack/jitpack.io/issues/4506#issuecomment-864562270 | ||
- source "$HOME/.sdkman/bin/sdkman-init.sh" | ||
- sdk update | ||
- sdk install java 21.34.19-zulu | ||
- sdk use java 21.34.19-zulu | ||
- sdk install java 21.0.3-zulu | ||
- sdk use java 21.0.3-zulu |