@@ -7,10 +7,11 @@ buildscript {
7
7
jcenter()
8
8
maven { url ' https://maven.fabric.io/public' }
9
9
maven { url ' https://oss.sonatype.org/content/repositories/snapshots/' }
10
+ maven { url ' https://plugins.gradle.org/m2/' }
10
11
}
11
12
dependencies {
12
13
classpath ' com.android.tools.build:gradle:4.0.0'
13
- classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.3 '
14
+ classpath ' gradle.plugin. org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.10.2 '
14
15
classpath ' com.palantir:jacoco-coverage:0.4.0'
15
16
classpath " io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0"
16
17
classpath ' com.google.gms:google-services:4.3.5'
@@ -22,8 +23,6 @@ buildscript {
22
23
}
23
24
}
24
25
25
- // apply plugin: 'com.palantir.jacoco-full-report'
26
- apply plugin : ' com.github.kt3k.coveralls'
27
26
28
27
configure(allprojects) { project ->
29
28
@@ -35,6 +34,7 @@ configure(allprojects) { project ->
35
34
mavenCentral()
36
35
jcenter()
37
36
maven { url ' https://oss.sonatype.org/content/repositories/snapshots/' }
37
+ maven { url ' https://plugins.gradle.org/m2/' }
38
38
mavenLocal()
39
39
}
40
40
}
@@ -52,7 +52,6 @@ allprojects {
52
52
maven { url " https://repo.maven.apache.org/maven2" }
53
53
maven { url " https://cloudant.github.io/cloudant-sync-eap/repository" }
54
54
maven { url " https://s3.amazonaws.com/repo.commonsware.com" }
55
- // maven { url "https://dl.bintray.com/ibm-watson-health/ibm-fhir-server-releases" }
56
55
google()
57
56
jcenter()
58
57
}
@@ -95,18 +94,6 @@ subprojects {
95
94
}
96
95
}
97
96
98
- /* task clean(type: Delete) {
99
- delete rootProject.buildDir
100
- }*/
101
-
102
- // jacocoFull {
103
- // excludeProject ":sample", ":opensrp-client-anc"
104
- // }
105
-
106
- coveralls {
107
- jacocoReportPath = " ${ buildDir} /reports/jacoco/jacocoFullReport/jacocoFullReport.xml"
108
- sourceDirs + = [" opensrp-anc/src/main/java/" , " reference-app/src/main/java" ]
109
- }
110
97
apply plugin : ' io.codearte.nexus-staging'
111
98
112
99
def isReleaseBuild () {
0 commit comments