Skip to content

Commit a9e60eb

Browse files
Test pi-test comment deletion
1 parent 68bb034 commit a9e60eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

service/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
7474

7575
pitest 'com.arcmutate:base:1.3.1'
76-
pitest 'com.arcmutate:pitest-git-plugin:1.3.3'
76+
pitest 'com.arcmutate:pitest-github-plugin:1.3.3'
7777
}
7878

7979
test {
@@ -160,6 +160,10 @@ pitest {
160160
threads = project.getGradle().getStartParameter().getMaxWorkerCount()
161161
}
162162

163+
pitestGithub {
164+
deleteOldSummaries = true
165+
}
166+
163167
bootJar {
164168
exclude("**/TransformJsonToXml*")
165169
}

0 commit comments

Comments
 (0)