Skip SpotBugs on Java 11
This commit is contained in:
parent
82fd2516d6
commit
bb20855b5c
2
pom.xml
2
pom.xml
|
@ -868,6 +868,8 @@
|
||||||
<properties>
|
<properties>
|
||||||
<!-- jacoco does not work with java 11 yet, see https://github.com/jacoco/jacoco/issues/663 -->
|
<!-- jacoco does not work with java 11 yet, see https://github.com/jacoco/jacoco/issues/663 -->
|
||||||
<jacoco.skip>true</jacoco.skip>
|
<jacoco.skip>true</jacoco.skip>
|
||||||
|
<!-- spotbugs does not work with java 11 yet -->
|
||||||
|
<spotbugs.skip>true</spotbugs.skip>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue