Skip to content

Commit

Permalink
revert: pitest versions
Browse files Browse the repository at this point in the history
I don't have the time and energy to understand which
works in the compatibility matrix of junit5 plugin,
pitest and the gradle plugin.
  • Loading branch information
raoulvdberge committed Aug 20, 2023
1 parent 6d0f2c9 commit 1b4de34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Fixed Pitest compatibility issue.

## [0.8.0] - 2023-08-20

### Added
Expand Down
4 changes: 2 additions & 2 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ allprojects {
ext.enableMutationTesting = {
apply plugin: info.solidsoft.gradle.pitest.PitestPlugin
pitest {
junit5PluginVersion = "1.2.0"
pitestVersion = "1.14.4"
junit5PluginVersion = "1.1.2"
pitestVersion = "1.10.4"
outputFormats.set(['HTML'])
mutationThreshold.set(90)
coverageThreshold.set(80)
Expand Down

0 comments on commit 1b4de34

Please sign in to comment.