szpak / gradle-pitest-plugin

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

docs: Include instructions to load 'java' or 'java-library' plugins as needed #331

Closed fdaines closed 1 year ago

fdaines commented 1 year ago

There are some cases when pitest is not visible as Gradle task, unless you explicitly apply the java or java-library plugin. This PR include this instructions into README file

Issue Reference: https://github.com/szpak/gradle-pitest-plugin/issues/330

szpak commented 1 year ago

Thanks @fdaines!