Skip to content

Commit 377f845

Browse files
authored
Merge pull request #68 from SidB3/patch-1
Specify pitestVersion in Gradle usage example
2 parents 8eb3ce9 + 01fb8b2 commit 377f845

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ For Pitest configuration options, have a look at http://pitest.org/quickstart/ma
4545
```
4646
plugins {
4747
id 'java'
48-
id 'info.solidsoft.pitest' version '1.9.0'
48+
id 'info.solidsoft.pitest' version '1.7.4'
4949
}
5050
5151
pitest {
5252
//adds dependency to org.pitest:pitest-junit5-plugin and sets "testPlugin" to "junit5"
5353
junit5PluginVersion = '1.0.0'
54+
pitestVersion = '1.9.0'
5455
// ...
5556
}
5657
```

0 commit comments

Comments
 (0)