Skip to content

Commit

Permalink
fix(release): use jdk16 to publish jitpack release
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored Oct 8, 2021
1 parent 9e49323 commit a42ee71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ jdk:
before_install:
- echo "Before Install"
- bash ensure-java-16 install
install:
- echo "Install"
- if ! bash ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
- java -version
- ./gradlew publish

0 comments on commit a42ee71

Please sign in to comment.