@@ -4,11 +4,9 @@ apply plugin: 'java'
44apply plugin : ' com.diffplug.spotless'
55apply plugin : ' maven-publish'
66apply plugin : ' signing'
7- apply plugin : ' jacoco'
8- apply plugin : ' com.github.kt3k.coveralls'
97
108group = ' com.cashfree.pg.java'
11- version = ' 4.0.0 '
9+ version = ' 4.0.1 '
1210
1311buildscript {
1412 repositories {
@@ -22,7 +20,6 @@ buildscript {
2220 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
2321 classpath ' com.diffplug.spotless:spotless-plugin-gradle:6.11.0'
2422 classpath ' io.github.gradle-nexus:publish-plugin:1.1.0'
25- classpath ' gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2
2623 }
2724}
2825apply plugin : ' io.github.gradle-nexus.publish-plugin'
@@ -93,8 +90,6 @@ if(hasProperty('target') && target == 'android') {
9390 apply plugin : ' java'
9491 apply plugin : ' maven-publish'
9592 apply plugin : ' signing'
96- apply plugin: ' jacoco'
97- apply plugin: ' com. github. kt3k. coveralls'
9893
9994 sourceCompatibility = JavaVersion . VERSION_1_8
10095 targetCompatibility = JavaVersion . VERSION_1_8
@@ -121,7 +116,7 @@ if(hasProperty('target') && target == 'android') {
121116
122117 groupId ' com.cashfree.pg.java'
123118 artifactId ' cashfree_pg'
124- version ' 4.0.0 '
119+ version ' 4.0.1 '
125120
126121 from components. java
127122
@@ -184,22 +179,6 @@ if(hasProperty('target') && target == 'android') {
184179 main = System . getProperty(' mainClass' )
185180 classpath = sourceSets. main. runtimeClasspath
186181 }
187-
188- jacocoTestReport {
189- reports {
190- xml. required = true // coveralls plugin depends on xml format report
191- html. required = true
192- }
193- }
194-
195- coveralls {
196- jacocoReportPath ' build/reports/jacoco/test/jacocoTestReport.xml'
197- }
198-
199- jacoco {
200- // test code instrumentation for Java 18
201- toolVersion = ' 0.8.8'
202- }
203182}
204183
205184ext {
0 commit comments