ci(build): use correct JDK version

There's no reasons to go higher than JDK 11 since we compile the application using JDK 11
This commit is contained in:
Pun Butrach
2023-07-10 21:37:02 +07:00
parent 3bfdc932c2
commit 9a57f8b858
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,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