Skip to content

Commit e0844e0

Browse files
committed
use jdk 21 actions
1 parent 72d3877 commit e0844e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v2
2525

26-
- name: Setup JDK 17
26+
- name: Setup JDK 21
2727
uses: actions/setup-java@v1
2828
with:
29-
java-version: 17
29+
java-version: 21
3030

3131
- name: Ensure gradlew is executable
3232
run: chmod +x gradlew

0 commit comments

Comments
 (0)