Skip to content

Commit b6071e2

Browse files
authored
Update release.yml
Updated JDK 17 for build.
1 parent d9942db commit b6071e2

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
@@ -17,10 +17,10 @@ jobs:
1717
fetch-depth: 0
1818
persist-credentials: true
1919

20-
- name: Set up JDK 8
20+
- name: Set up JDK 17
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: 8
23+
java-version: 17
2424
distribution: "temurin"
2525

2626
- name: Set Extensions Dir

0 commit comments

Comments
 (0)