szpak / gradle-pitest-plugin

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

Verify plugin compatibility with Kotlin-based build scrips for Gradle #185

Closed szpak closed 4 years ago

szpak commented 4 years ago

As reported on the mailing lists, there could be some issues with using GPP with Kotlin-based Gradle build configuration.

It would be good to a have simple project in the regression test suite and probably enhance the configuration, especially if there are any extra steps required to set it up.

szpak commented 4 years ago

I added sample project with Kotlin-based in https://github.com/szpak/gradle-pitest-plugin/commit/2207521e15de3800ea556b0c59882740115ae8c8 and it works. It seems to be complicated to use the plugins {} syntax with nebula-test (resolving the currently building version of the plugin), so buildscript {} is used.

Feel free to propose a PR which deals with that limitation.