Skip to content

Commit

Permalink
Skip SpotBugs on Java 13+, because it fails with "java.lang.IllegalAr…
Browse files Browse the repository at this point in the history
…gumentException: Unsupported class file major version 57".
  • Loading branch information
PascalSchumacher committed Jan 5, 2019
1 parent 2614a94 commit 73adcbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@
<properties>
<!-- jacoco does not work with java 13 yet -->
<jacoco.skip>true</jacoco.skip>
<!-- spotbugs does not work on java 13 yet, "java.lang.IllegalArgumentException: Unsupported class file major version 57" -->
<spotbugs.skip>true</spotbugs.skip>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 73adcbb

Please sign in to comment.