Skip to content

Commit 8660767

Browse files
authored
Fix jacoco version
1 parent 4e824dc commit 8660767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ lombok {
150150
}
151151

152152
jacoco {
153-
toolVersion = "0.8.11"
153+
toolVersion = "0.8.10"
154154
}
155155

156156
java {

0 commit comments

Comments
 (0)