Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fix jitpack java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
emortal authored Oct 26, 2021
1 parent 8319dfd commit edba4d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
jdk:
- openjdk16
before_install:
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk update
- sdk install java 17-open
- sdk use java 17-open
install:
- ./gradlew clean build publishToMavenLocal

0 comments on commit edba4d2

Please sign in to comment.