Skip to content

Commit

Permalink
Fix issue where jitpack does not work properly. (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Sep 3, 2023
1 parent df04490 commit ae316e8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
jdk:
- temurinjdk17
before_install:
- curl -s "https://get.sdkman.io" | bash
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk install java 17.0.8+7-tem
- sdk use java 17.0.8+7-tem
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java 17.0.8.1-tem
- sdk use java 17.0.8.1-tem

0 comments on commit ae316e8

Please sign in to comment.