We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bb034 commit a9e60ebCopy full SHA for a9e60eb
service/build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
74
75
pitest 'com.arcmutate:base:1.3.1'
76
- pitest 'com.arcmutate:pitest-git-plugin:1.3.3'
+ pitest 'com.arcmutate:pitest-github-plugin:1.3.3'
77
}
78
79
test {
@@ -160,6 +160,10 @@ pitest {
160
threads = project.getGradle().getStartParameter().getMaxWorkerCount()
161
162
163
+pitestGithub {
164
+ deleteOldSummaries = true
165
+}
166
+
167
bootJar {
168
exclude("**/TransformJsonToXml*")
169
0 commit comments