Skip to content

Commit

Permalink
fix: jitpack.yml some JDKs;
Browse files Browse the repository at this point in the history
  • Loading branch information
MJaroslav committed Jan 6, 2024
1 parent 9cea539 commit c770179
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
jdk:
- openjdk8
before_install:
sdk install java 16.0.2.fx-zulu
sdk install java 8.0.345.fx-zulu
sdk use java 8.0.345.fx-zulu
install:
- ./gradlew build publishToMavenLocal
- ./gradlew build publishToMavenLocal --info --stacktrace
env:
CI: false
CI: false

0 comments on commit c770179

Please sign in to comment.