Skip to content

Commit 49f923d

Browse files
committed
Update Jacoco and Gradle
1 parent 4e27803 commit 49f923d

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
gradleVersionsPluginVersion = '0.15.0'
1010
buildConfigPluginVersion = '1.1.8'
1111
freefairPluginsVersion = '1.0.0'
12-
jacocoVersion = '0.7.9'
12+
jacocoVersion = '0.7.10-SNAPSHOT'
1313

1414
lombokVersion = '1.16.18'
1515
jsr305Version = '3.0.2'
@@ -60,9 +60,10 @@ allprojects {
6060

6161
repositories {
6262
jcenter()
63+
maven {url 'https://oss.sonatype.org/content/repositories/snapshots'}
6364
}
6465
}
6566

6667
task wrapper(type: Wrapper) {
67-
gradleVersion = '4.2'
68+
gradleVersion = '4.2.1'
6869
}

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip

library/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ publishing {
210210
}
211211
}
212212

213+
test { finalizedBy jacocoTestReport }
214+
213215
gradle.projectsEvaluated {
214216
compileJava.dependsOn(generatePackageInfo)
215217
}

0 commit comments

Comments
 (0)