szpak / gradle-pitest-plugin

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

Could not find method pitest() for arguments on root project 'Mutation Testing Example' of type org.gradle.api.Project. #220

Closed shivaburugu closed 4 years ago

shivaburugu commented 4 years ago

Created a sample android application and getting couldn't find method pitest() with grade 4.0.0 and gradle wrapper 6.1.1, sample project can be found here

https://github.com/shivaburugu/pitest

complete error Could not find method pitest() for arguments [build_6nwufs51r2yx8z6nu28e9e7e9$_run_closure1@52bf546d] on root project 'Mutation Testing Example' of type org.gradle.api.Project.

szpak commented 4 years ago

The plugin in this repo is for regular JVM applications. For Android application see this fork.