Skip to content

Commit

Permalink
chore(java): Define JDK-21 for JitPack release building
Browse files Browse the repository at this point in the history
  • Loading branch information
aivruu committed May 5, 2024
1 parent 200a7d5 commit 9d7b209
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,2 +1,2 @@
jdk: [openjdk17]
install: ["bash gradlew build javadoc publishToMavenLocal"]
jdk: [openjdk21]
install: ["bash gradlew build javadoc publishToMavenLocal"]

0 comments on commit 9d7b209

Please sign in to comment.