Skip to content

Commit

Permalink
jacoco.toolVersion optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosuper123321 committed Dec 26, 2024
1 parent e08511b commit 42e79c2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ subprojects {
targetCompatibility = JavaVersion.VERSION_1_8

[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
jacoco {
toolVersion = "0.8.12" // see https://www.jacoco.org/jacoco/trunk/doc/changes.html
}

buildscript {
repositories {
Expand Down
5 changes: 0 additions & 5 deletions chainbase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ description = "chainbase – a decentralized database for blockchain."

// Dependency versions
// ---------------------------------------
def jacocoVersion = "0.8.0"
def jansiVersion = "1.16"
// --------------------------------------

Expand Down Expand Up @@ -41,10 +40,6 @@ test {
}
}

jacoco {
toolVersion = jacocoVersion // See http://www.eclemma.org/jacoco/.
}

jacocoTestReport {
reports {
xml.enabled = true
Expand Down
3 changes: 0 additions & 3 deletions framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def versions = [
checkstyle: '8.7',
]

jacoco {
toolVersion = "0.8.1"
}


configurations {
Expand Down
3 changes: 0 additions & 3 deletions plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ plugins {
apply plugin: 'application'
apply plugin: 'checkstyle'

jacoco {
toolVersion = "0.8.8"
}
def versions = [
checkstyle: '8.7',
]
Expand Down

0 comments on commit 42e79c2

Please sign in to comment.