We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0e1b3 commit 3968091Copy full SHA for 3968091
buildSrc/src/main/kotlin/io/github/petertrr/jacoco-convention.gradle.kts
@@ -18,7 +18,7 @@ kotlin {
18
19
// configure Jacoco-based code coverage reports for JVM tests executions
20
jacoco {
21
- toolVersion = "0.8.10"
+ toolVersion = "0.8.11"
22
}
23
val jvmTestTask by tasks.named<Test>("jvmTest") {
24
configure<JacocoTaskExtension> {
0 commit comments