build: use Java SDK 17 for building

This commit is contained in:
oSumAtrIX 2023-05-09 07:13:14 +02:00
parent 2e6debc2a0
commit fd08a6b506
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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