Skip to content

Commit

Permalink
chore(jitpack): bump jdk version to 21
Browse files Browse the repository at this point in the history
(cherry picked from commit e02a0f6)
ybw0014 committed Nov 9, 2024

Verified

This commit was signed with the committer’s verified signature.
ybw0014 ybw0014
1 parent 091919e commit df25dd3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
before_install:
- sdk install java 17.0.5-zulu
- sdk use java 17.0.5-zulu
- sdk install java 21.0.2-open
- sdk use java 21.0.2-open
- sdk install maven

jdk:
- openjdk21

install:
- chmod 777 ./mvnw
- ./mvnw -s .mvn/settings.xml install -DskipTests
- ./mvnw -s .mvn/settings.xml install -DskipTests

0 comments on commit df25dd3

Please sign in to comment.