Drop Coveralls

This commit is contained in:
Gary Gregory 2023-11-28 10:40:15 -05:00
parent c52fec6932
commit 4fc2ab4d14
1 changed files with 0 additions and 2 deletions

View File

@ -924,8 +924,6 @@
<!-- LANG-1265: allow tests to access private fields/methods of java.base classes via reflection --> <!-- LANG-1265: allow tests to access private fields/methods of java.base classes via reflection -->
<!-- LANG-1667: allow tests to access private fields/methods of java.base/java.util such as ArrayList via reflection --> <!-- LANG-1667: allow tests to access private fields/methods of java.base/java.util such as ArrayList via reflection -->
<argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine> <argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine>
<!-- 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> </properties>
</profile> </profile>
<profile> <profile>