Skip to content

Commit 29377df

Browse files
committed
- updates jacoco version to remove snapshot reference since it was released
1 parent a6a6ee9 commit 29377df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jacocoTestReport {
3030
}
3131

3232
jacoco {
33-
toolVersion = "0.8.7-SNAPSHOT" //https://github.com/gradle/gradle/issues/15038
33+
toolVersion = "0.8.7"
3434
}
3535

3636
spotbugsMain {

0 commit comments

Comments
 (0)