From 018ec83a104ba1646dfb1d1d656c59e7801c49a6 Mon Sep 17 00:00:00 2001 From: Shailesh Mishra Date: Mon, 12 Feb 2024 18:14:59 +0530 Subject: [PATCH] v3.14.0: function support added - initial sequential sync - sequential sync --- contentstack/build.gradle | 9 --------- 1 file changed, 9 deletions(-) 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"