Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Disable sonarcloud on JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Aug 14, 2020
1 parent 1e1ceb8 commit 4bdedac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ This is intended as an overview of the major changes

v5.20-SNAPSHOT
===
- ...
- Build
- Disable sonarcloud on JDK 8

v5.19
===
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@
<activation>
<jdk>1.8</jdk>
</activation>
<properties>
<!-- Sonar is no longer supported on Java 8 -->
<!-- https://sonarcloud.io/documentation/user-guide/move-analysis-java-11/ -->
<sonar.skip>true</sonar.skip>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 4bdedac

Please sign in to comment.