Skip to content

Commit 9285cde

Browse files
committed
build(workflow): update java-version to 21
1 parent 5cb21a5 commit 9285cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-java@v2
1616
with:
1717
distribution: 'adopt'
18-
java-version: '8'
18+
java-version: '21'
1919
- name: Make gradlew executable
2020
run: chmod +x ./gradlew
2121
- name: Build with Gradle

0 commit comments

Comments
 (0)