Skip to content

Commit ccf0159

Browse files
downgraded java version from 21 to 17
1 parent b26d06e commit ccf0159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/setup-java@v4
6060
with:
6161
distribution: "zulu"
62-
java-version: "21"
62+
java-version: "17"
6363

6464
# Enable desktop support
6565
- name: Enable desktop support

0 commit comments

Comments
 (0)