Skip to content

Commit

Permalink
Merge pull request #51 from cygni/feature/upgrade-gradle
Browse files Browse the repository at this point in the history
Upgrade gradle to build test bots
  • Loading branch information
juiceit authored Dec 4, 2020
2 parents a104dd0 + febcd7c commit 76e9113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subprojects {
apply plugin: 'maven'

jacoco {
toolVersion = "0.8.2"
toolVersion = "0.8.5"
}

compileJava {
Expand Down Expand Up @@ -124,11 +124,5 @@ subprojects {
testCompile "junit:junit:4.12"
testCompile 'org.hamcrest:hamcrest-library:1.3'
}

test {
jacoco {
append = false
}
}
}

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Tue Oct 22 15:56:37 CEST 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit 76e9113

Please sign in to comment.