As I am working on a secured project so I won't be able to share code Base but the error I am getting consistently in the build gradle file.
I have been able to download gradle-pitest-plugin jar 1.3.0 from nexus repository.
But after that I am getting errors in below lines in build gradle file
1)apply plugin:pitest
Getting error as Plugin with id pitest not found
Tried with apply plugin:info.solidsoft.pitest but getting same error.
Thus the pitest task as below
pitest{
targetClasses=[Base package]
}
not getting identified.
Using only pitest task above shows error
Could not find method pitest <> for arguments on root project
Please help here with the settings as I tried with all possible solutions provided in Internet over these issues and none is working.
Will be waiting for your early response
Thanks