-
Task
-
Resolution: Unresolved
-
Major
Hi ,
I am using cobertura plugin to generate reports but seems I am missing something in the configuration. Please help with the error attached.
I have added below steps in build.gradle
buildscript
{
repositories {
maven { url "https://plugins.gradle.org/m2/"}}
dependencies {
classpath "net.saliman:gradle-cobertura-plugin:2.2.7"}}
apply plugin: "net.saliman.cobertura"}}