build: downgrade to JDK version 11

This commit is contained in:
oSumAtrIX
2023-05-08 01:15:27 +02:00
parent 0a16bc849b
commit 9f8c2aeedf
3 changed files with 10 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'zulu'
cache: gradle
- name: Setup Node.js