szpak / gradle-pitest-plugin

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

Issue when using with spring-boot-gradle-plugin #11

Closed szpak closed 10 years ago

szpak commented 10 years ago

Due to a bug in spring-boot-gradle-plugin using it together with gradle-pitest-plugin 0.33.0 (earlier versions work fine) can affect both pitest and bootRun tasks.

The issue was detected by @lando. See #7 and bug for more details.

szpak commented 10 years ago

Changes in Spring Boot 1.1.0 should resolve that issue.