Skip to content

Commit

Permalink
Diagnosing nightly build failure (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-wolski authored Dec 12, 2024
1 parent 49ad917 commit edd57a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pitest {
outputFormats = ['XML', 'HTML']
timestampedReports = false
mutationThreshold = 85
verbose = false
verbose = true
useClasspathFile = true
}
project.tasks['pitest'].group = "Verification"
Expand Down

0 comments on commit edd57a7

Please sign in to comment.