Skip to content

Commit

Permalink
Merge pull request #68 from SidB3/patch-1
Browse files Browse the repository at this point in the history
Specify pitestVersion in Gradle usage example
  • Loading branch information
hcoles committed Aug 2, 2022
2 parents 8eb3ce9 + 01fb8b2 commit 377f845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -45,12 +45,13 @@ For Pitest configuration options, have a look at http://pitest.org/quickstart/ma
```
plugins {
id 'java'
id 'info.solidsoft.pitest' version '1.9.0'
id 'info.solidsoft.pitest' version '1.7.4'
}
pitest {
//adds dependency to org.pitest:pitest-junit5-plugin and sets "testPlugin" to "junit5"
junit5PluginVersion = '1.0.0'
pitestVersion = '1.9.0'
// ...
}
```
Expand Down

0 comments on commit 377f845

Please sign in to comment.