Skip to content

Commit

Permalink
Merge pull request #302 from 65-7a/master
Browse files Browse the repository at this point in the history
Fix Jitpack Zulu OpenJDK version
  • Loading branch information
19MisterX98 authored May 31, 2024
2 parents 472125f + 788c514 commit 535128e
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 535128e

Please sign in to comment.