szpak / gradle-pitest-plugin

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

Do not produce timestamped reports by default #322

Closed SidB3 closed 1 year ago

SidB3 commented 1 year ago

Fixes #318

szpak commented 1 year ago

@SidB3 I took a look at https://github.com/hcoles/pitest/pull/1085/ and PIT 1.9.6 switched to do not produce timestamped reports by default. As a result, even the current plugin version should not do it as well (without any changes). Have you encountered a different behavior (with enforced PIT 1.9.6+)?

Maybe you were misled by my imprecise issue #318 description (which misled me as well...).

SidB3 commented 1 year ago

You are correct @szpak . I just tried it out and 1.9.6 defaults to non time stamped reports. Closing the PR.

szpak commented 1 year ago

Anyway, thanks for your effort and sorry for the misleading issue description :-/.