Skip to content

Commit de485fc

Browse files
committed
updates gradle (removes jacoco definitions)
1 parent 19ef25c commit de485fc

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,5 @@ dependencies {
1818
testCompile group: 'junit', name: 'junit', version: '4.12'
1919
}
2020

21-
tasks.withType(Test) { task ->
22-
jacoco {
23-
append = false
24-
}
25-
}
2621

27-
jacocoTestReport {
28-
reports {
29-
xml.enabled true
30-
csv.enabled false
31-
html.destination "${buildDir}/jacocoHtml"
32-
}
33-
}
22+

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip

0 commit comments

Comments
 (0)