Skip to content

Commit

Permalink
Added workaround for sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jan 23, 2024
1 parent f6ab5d6 commit 0b8ca91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@
<servlet-api.version>2.5-20081211</servlet-api.version>

<kryo.version>2.23.0</kryo.version>
<!--TO REMOVE:
The version of Java (11.0.21) used to run this analysis is deprecated, and SonarCloud no longer supports it. Please upgrade to Java 17 or later.
As a temporary measure, you can set the property 'sonar.scanner.force-deprecated-java-version' to 'true' to continue using Java 11.0.21
This workaround will only be effective until January 28, 2024. After this date, all scans using the deprecated Java 11 will fail.
-->
<sonar.scanner.force-deprecated-java-version>true</sonar.scanner.force-deprecated-java-version>
</properties>

<scm>
Expand Down

0 comments on commit 0b8ca91

Please sign in to comment.