Skip to content

Commit

Permalink
Bump release version JVM workflow to 21 (konform-kt#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepelman authored and lnhrdt committed May 12, 2024
1 parent d6bf555 commit f40816e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
# Library is built for JVM 1.8, but we run gradle itself with a newer one because we can
# and the publishing plugin requires it
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down

0 comments on commit f40816e

Please sign in to comment.