Skip to content

Commit

Permalink
Specify pitestVersion in Gradle usage example
Browse files Browse the repository at this point in the history
Since there is no 1.9.0 version of Gradle plugin yet
  • Loading branch information
SidB3 authored Aug 2, 2022
1 parent 8eb3ce9 commit 01fb8b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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 01fb8b2

Please sign in to comment.