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 b63993a commit b84fbd7Copy full SHA for b84fbd7
service/build.gradle
@@ -9,8 +9,8 @@ plugins {
9
id 'org.sonarqube' version '6.2.0.5505'
10
11
// Mutation testing
12
- id 'info.solidsoft.pitest' version '1.19.0-rc.1'
13
- id 'com.arcmutate.github' version '2.2.3'
+ id 'info.solidsoft.pitest' version '1.15.0'
+ id 'com.arcmutate.github' version '1.3.2'
14
}
15
16
apply plugin: 'java'
0 commit comments