Skip to content

Commit

Permalink
Fix jitpack.yml SDKMAN! zulu version
Browse files Browse the repository at this point in the history
  • Loading branch information
65-7a authored and 19MisterX98 committed Sep 12, 2024
1 parent b65da6b commit e72aecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jitpack.yml
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

0 comments on commit e72aecb

Please sign in to comment.