mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade PITest 1.2.5 -> 1.3.0
See https://github.com/hcoles/pitest/releases/tag/pitest-parent-1.3.0
This commit is contained in:
@@ -660,7 +660,7 @@
|
||||
<plugin>
|
||||
<groupId>org.pitest</groupId>
|
||||
<artifactId>pitest-maven</artifactId>
|
||||
<version>1.2.5</version>
|
||||
<version>1.3.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>compute-mutation-coverage</id>
|
||||
@@ -674,7 +674,6 @@
|
||||
<mutators>
|
||||
<mutator>ALL</mutator>
|
||||
</mutators>
|
||||
<mutateStaticInitializers>true</mutateStaticInitializers>
|
||||
<!-- Use multple threads to speed things up. Extend
|
||||
timeouts to prevent false positives as a result of
|
||||
contention. -->
|
||||
|
||||
Reference in New Issue
Block a user