Skip to content

Commit 42e79c2

Browse files
jacoco.toolVersion optimize
1 parent e08511b commit 42e79c2

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

chainbase/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "chainbase – a decentralized database for blockchain."
22

33
// Dependency versions
44
// ---------------------------------------
5-
def jacocoVersion = "0.8.0"
65
def 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-
4843
jacocoTestReport {
4944
reports {
5045
xml.enabled = true

framework/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ def versions = [
1515
checkstyle: '8.7',
1616
]
1717

18-
jacoco {
19-
toolVersion = "0.8.1"
20-
}
2118

2219

2320
configurations {

plugins/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ plugins {
55
apply plugin: 'application'
66
apply plugin: 'checkstyle'
77

8-
jacoco {
9-
toolVersion = "0.8.8"
10-
}
118
def versions = [
129
checkstyle: '8.7',
1310
]

0 commit comments

Comments
 (0)