Skip to content

Commit

Permalink
Use temurin jdk in jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Dec 6, 2023
1 parent e4df5a8 commit f636a98
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,5 +1,5 @@
before_install:
- sdk install java 17.0.8-amzn
- sdk use java 17.0.8-amzn
- sdk install java 17.0.9-tem
- sdk use java 17.0.9-tem
install:
- ./gradlew build publishToMavenLocal

0 comments on commit f636a98

Please sign in to comment.