Skip to content

Commit

Permalink
chore: Add more parameters for JitPack building
Browse files Browse the repository at this point in the history
  • Loading branch information
aivruu committed May 5, 2024
1 parent dcbaedc commit fc2cf53
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
jdk: [openjdk21]
install: ["bash gradlew build javadoc publishToMavenLocal"]
jdk:
- openjdk21
before_install:
- sdk install 21.ea.35-open
- sdk use java 21.ea.35-open
install:
make publish

publish:
./gradlew build javadoc publishToMavenLocal

0 comments on commit fc2cf53

Please sign in to comment.