Upgrade pitest-maven-plugin 1.11.4 -> 1.11.5 (#534)

While there, fix `run-mutation-tests.sh` for compatibility with Surefire 3.0.0.

See:
- https://github.com/hcoles/pitest/releases/tag/1.11.5
- https://github.com/hcoles/pitest/compare/1.11.4...1.11.5
This commit is contained in:
Picnic-Bot
2023-03-18 15:10:16 +01:00
committed by GitHub
parent 62c1c277ae
commit 29c23542da
2 changed files with 2 additions and 2 deletions

View File

@@ -1270,7 +1270,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.11.4</version>
<version>1.11.5</version>
<configuration>
<excludedClasses>
<!-- AutoValue generated classes. -->

View File

@@ -16,6 +16,6 @@ targetTests=${1:-*}
mvn clean test pitest:mutationCoverage \
-DargLine.xmx=2048m \
-Dverification.skip \
-DfailIfNoTests=false \
-Dsurefire.failIfNoSpecifiedTests=false \
-Dtest="${targetTests}" \
-DtargetTests="${targetTests}"