gradle-pitest-plugin
gradle-pitest-plugin copied to clipboard
Gradle plugin for PIT Mutation Testing
Run `./gradlew pitest` Result: ``` DEPRECATION WARNING. `testPlugin` is deprecated starting with GPP 1.7.4. It is also not used starting with PIT 1.6.7 (to be removed in 1.8.0). > Task...
On "gradle pitestReportAggregate" I got Execution failed for task ':pitestReportAggregate'. > A failure occurred while executing info.solidsoft.gradle.pitest.AggregateReportGenerator > Unsupported class file major version 66 It seems, that Java 22 is...
Hello, when upgrading to Gradle 8.9 our mutation test task is failing with a stack overflow (whole stack bellow). It seems to be directly linked to this gradle version as...
Hi, our usecase is that we would like to keep all version numbers out of our build.gradle files. Normally, we do this by using init.d in our .gradle folder. This...
We have a number of different 3rd party code generation tools (e.g. [Mapstruct](https://mapstruct.org/), [DSG](https://netflix.github.io/dgs/generating-code-from-schema/)) that we do not want to mutate. Because of the different ways code is generated (e.g....