Skip to content

Commit

Permalink
Update jitpack to Java 21 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale authored Feb 22, 2024
1 parent 6a02c5b commit f09392c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before_install:
- sdk install java 11.0.16-tem
- sdk use java 11.0.16-tem
- sdk install java 21.0.2-zulu
- sdk use java 21.0.2-zulu
install:
- echo "Running a custom install command"
- ./gradlew clean build publishMavenPublicationToMavenLocal

0 comments on commit f09392c

Please sign in to comment.