Skip to content

Commit

Permalink
pit update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Mar 21, 2024
1 parent 7c79ac1 commit 8932df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/check-mutationcoverage.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'info.solidsoft.pitest'

pitest {
junit5PluginVersion = '1.2.0'
pitestVersion = '1.15.0'
junit5PluginVersion = '1.2.1'
pitestVersion = '1.15.8'
targetClasses = ['com.github.simy4.xpath.*']
threads = 4
outputFormats = project.hasProperty('reports') ? ['HTML'] : ['XML']
Expand Down

0 comments on commit 8932df2

Please sign in to comment.