Skip to content

Commit 58d2a3f

Browse files
committed
upgrade jacoco
1 parent 4b17ef0 commit 58d2a3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea/
22
*.iml
3+
.java-version
34
.gradle/
45
build/
56
gradle.properties

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ allprojects {
3939
apply plugin: 'org.jetbrains.dokka'
4040

4141
jacoco {
42-
toolVersion = '0.8.1'
42+
toolVersion = '0.8.2'
4343
}
4444

4545
cobertura.coverageFormats = ['html', 'xml']

0 commit comments

Comments
 (0)