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 e9b4652 commit 6610b82Copy full SHA for 6610b82
service/build.gradle
@@ -89,8 +89,9 @@ dependencies {
89
spotbugs 'com.github.spotbugs:spotbugs:4.9.6'
90
spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.6'
91
92
- pitest 'com.arcmutate:base:1.3.2'
93
- pitest 'com.arcmutate:pitest-git-plugin:2.2.4'
+// pitest 'com.arcmutate:base:1.3.2'
+// pitest 'com.arcmutate:pitest-git-plugin:2.2.4'
94
+ pitest 'org.pitest:pitest-junit5-plugin:1.2.1'
95
}
96
97
test {
0 commit comments