Skip to content

Commit ddc139d

Browse files
committed
Removed coveralls plugin
1 parent 9ec142a commit ddc139d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

build.gradle

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@ buildscript {
22
repositories {
33
jcenter()
44
}
5-
dependencies {
6-
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.3.1'
7-
}
85
}
96

107
apply plugin: "maven-publish"
8+
apply plugin: "jacoco"
119
apply plugin: "java"
1210

13-
apply plugin: 'jacoco'
14-
apply plugin: 'com.github.kt3k.coveralls'
15-
1611

1712

1813
group = 'com.developerb.nmxmlp'
@@ -52,7 +47,7 @@ repositories {
5247

5348
jacocoTestReport {
5449
reports {
55-
xml.enabled = true // coveralls plugin depends on xml format report
50+
xml.enabled = true
5651
html.enabled = true
5752
}
5853
}

0 commit comments

Comments
 (0)