Skip to content

Commit fcc5a20

Browse files
authored
use JVM 21 for releases
1 parent d2c4371 commit fcc5a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- name: Set up JDK 17
22+
- name: Set up JDK 21
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: 17
25+
java-version: 21
2626
distribution: temurin
2727
- name: Setup Gradle
2828
uses: gradle/actions/setup-gradle@v4

0 commit comments

Comments
 (0)