diff --git a/contentstack/build.gradle b/contentstack/build.gradle index ea2759c2..243f0279 100755 --- a/contentstack/build.gradle +++ b/contentstack/build.gradle @@ -54,15 +54,6 @@ mavenPublishing { // } //} -junitJacoco { - jacocoVersion = '0.8.4' // type String - includeInstrumentationCoverageInMergedReport = true // type boolean - tasks.withType(Test) { - jacoco.includeNoLocationClasses = true - jacoco.excludes = ['jdk.internal.*'] - } -} - android { //namespace "com.contentstack.sdk"