feat(cicd): move to temurin 17 to avoid java compiler bug

This commit is contained in:
Ludovic DEHON
2022-12-09 18:19:46 +01:00
parent 18acec9bd9
commit 01df117785
4 changed files with 14 additions and 7 deletions

View File

@@ -52,8 +52,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
distribution: 'temurin'
java-version: 17
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)