Marcin Zajączkowski

Results 351 comments of Marcin Zajączkowski

It sounds sensible to copy the test properties by default, unless set to an empty list (or anything else). Probably the plugin should only take into account the test task...

@3flex As it also seems to generate a [warning](https://github.com/szpak/gradle-pitest-plugin/issues/62#issuecomment-591921197) in Gradle 6, so I planned to take a look at removing configuration from the root project anyway. If you would...

@3flex Have you been able to progress with this, by any chance? I do some house cleaning and I could take it to the next release.

> Thanks, I believe it should be relatively simple. I've done much the same with detekt, @3flex Which commit in detekt do you refer to?

I would wait with that for https://github.com/gradle/gradle/issues/10517, do do not change `SetProperty` to `Set

Alternatively [Snyk.io](https://snyk.io/docs/snyk-for-java/) could be also evaluated. It's free for FOSS projects.

It's not a big problem. It's probably not worth to do the big refactoring.

Btw, maybe it would be easier (and possible) to just detect duplicates in the project stream and filter out the "older one"?

I've just tried it and it works just fine. Thanks @abingham - a handy alternative to running DeckTape wiht Docker. @astefanutti I would be useful to mention it in README...

In the basic case: Step 1 ``` - 1st point - black - 1a - black - 1b - black ``` Step 2 ``` - 1st point - gray -...