Skip to content

Commit

Permalink
#60 - [1.0.0] - Trigger the SonarLint Quality Gate
Browse files Browse the repository at this point in the history
  • Loading branch information
madzera committed Feb 24, 2024
1 parent 954de63 commit 89fcfc9
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 @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11 # For Sonar analysis purpose (Java 8 is no longer supported by Sonar)
java-version: 17 # For Sonar analysis purpose (Java 11 is no longer supported by Sonar)
- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 89fcfc9

Please sign in to comment.