Skip to content

Commit 77b6840

Browse files
committed
update to java 21
1 parent 882e367 commit 77b6840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
submodules: recursive
2222

23-
- name: Set up JDK 19
24-
uses: actions/setup-java@v2
23+
- name: Set up JDK 21
24+
uses: actions/setup-java@v4
2525
with:
26-
java-version: '19'
26+
java-version: '21'
2727
distribution: 'adopt'
2828

2929
# Cache Gradle dependencies

0 commit comments

Comments
 (0)