File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 110110 -->
111111 <pitest-junit5-plugin .version>1.2.1</pitest-junit5-plugin .version>
112112 <pitest-maven .version>1.16.3</pitest-maven .version>
113+ <pitest .skip>false</pitest .skip>
113114 <pmd .version>7.5.0</pmd .version>
114115 <project .build.sourceEncoding>${java.charset} </project .build.sourceEncoding>
115116 <project .reporting.outputEncoding>${java.charset} </project .reporting.outputEncoding>
438439 <jvmArg >-XX:TieredStopAtLevel=1</jvmArg >
439440 </jvmArgs >
440441 <mutationThreshold >100</mutationThreshold >
441- <withHistory >true</ withHistory >
442+ <skip > ${pitest.skip} </ skip >
442443 <timestampedReports >false</timestampedReports >
443444 <verbose >false</verbose > <!-- Set to true for noisy output -->
445+ <withHistory >true</withHistory >
444446 </configuration >
445447 <executions >
446448 <execution >
You can’t perform that action at this time.
0 commit comments