Skip to content

Commit

Permalink
Update instructions for adding junit-platform for gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles authored Aug 1, 2023
1 parent 7f563c9 commit 9d66b69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Release 1.2.0 requires pitest 1.14.0 or above.

When used with the pitest-maven plugin, it will automatically work with JUnit platform 1.5.0 to 1.10.0-M1 (and probably above).

When used with the pitest gradle plugin, it will automatically work with JUnit platform 1.9.2. To work with other versions an explicit dependency
on junit-platform-launcher must be added to the project under test.
When used with the pitest gradle plugin a dependency must be added to a compatible version of junit-platform-launcher. Depending on how the gradle project is configured the must be added wither a scope of either pitest, or a testImplementation.

Older versions of the plugin must be matched to both the pitest and junit version in use as below.

Expand Down

0 comments on commit 9d66b69

Please sign in to comment.