szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
212 stars 57 forks source link

Add support for Gradle configuration cache #293

Closed davidburstrom closed 2 years ago

davidburstrom commented 2 years ago

Fixes https://github.com/szpak/gradle-pitest-plugin/issues/249

davidburstrom commented 2 years ago

I suspect the CI failure is not cause by my change: https://ci.appveyor.com/project/szpak/gradle-pitest-plugin/builds/40730790/job/d22xjvnb2w0omapm#L606

davidburstrom commented 2 years ago

Let's see how the corrections fly.

szpak commented 2 years ago

I suspect the CI failure is not cause by my change: https://ci.appveyor.com/project/szpak/gradle-pitest-plugin/builds/40730790/job/d22xjvnb2w0omapm#L606

No, it is a known issue: https://github.com/hcoles/pitest-plugins/pull/4 . I will fix it together with #290 (also to have the releasing on CI up again(. Once done, I will merge your PR. Thanks for your contribution!