File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6667task wrapper (type : Wrapper ) {
67- gradleVersion = ' 4.2'
68+ gradleVersion = ' 4.2.1 '
6869}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =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
Original file line number Diff line number Diff line change @@ -210,6 +210,8 @@ publishing {
210210 }
211211}
212212
213+ test { finalizedBy jacocoTestReport }
214+
213215gradle. projectsEvaluated {
214216 compileJava. dependsOn(generatePackageInfo)
215217}
You can’t perform that action at this time.
0 commit comments