File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ subprojects {
1111 targetCompatibility = JavaVersion . VERSION_1_8
1212
1313 [compileJava, compileTestJava]* . options* . encoding = ' UTF-8'
14+ jacoco {
15+ toolVersion = " 0.8.12" // see https://www.jacoco.org/jacoco/trunk/doc/changes.html
16+ }
1417
1518 buildscript {
1619 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ description = "chainbase – a decentralized database for blockchain."
22
33// Dependency versions
44// ---------------------------------------
5- def jacocoVersion = " 0.8.0"
65def jansiVersion = " 1.16"
76// --------------------------------------
87
@@ -41,10 +40,6 @@ test {
4140 }
4241}
4342
44- jacoco {
45- toolVersion = jacocoVersion // See http://www.eclemma.org/jacoco/.
46- }
47-
4843jacocoTestReport {
4944 reports {
5045 xml. enabled = true
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ def versions = [
1515 checkstyle : ' 8.7' ,
1616]
1717
18- jacoco {
19- toolVersion = " 0.8.1"
20- }
2118
2219
2320configurations {
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ plugins {
55apply plugin : ' application'
66apply plugin : ' checkstyle'
77
8- jacoco {
9- toolVersion = " 0.8.8"
10- }
118def versions = [
129 checkstyle : ' 8.7' ,
1310]
You can’t perform that action at this time.
0 commit comments