Skip to content

Commit

Permalink
Dans l'IC GitHub, passé le JDK de 11 à 17 car l'analyse SonarCloud pl…
Browse files Browse the repository at this point in the history
…ante désormais en Java 11
  • Loading branch information
ivandalbosco committed Jan 31, 2024
1 parent 520b92b commit 62da317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Restore Maven cache
uses: skjolber/maven-cache-github-action@v1
Expand Down

0 comments on commit 62da317

Please sign in to comment.