Drop Coveralls

This commit is contained in:
Gary Gregory 2023-11-28 10:38:23 -05:00
parent f706da9c9c
commit 4c60131658
1 changed files with 0 additions and 11 deletions

11
pom.xml
View File

@ -507,17 +507,6 @@
</plugins>
</build>
</profile>
<profile>
<id>java9</id>
<activation>
<jdk>9</jdk>
</activation>
<properties>
<!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
<coveralls.skip>true</coveralls.skip>
</properties>
</profile>
</profiles>
</project>