We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56001d4 commit 62c202fCopy full SHA for 62c202f
build.gradle.kts
@@ -1,6 +1,6 @@
1
plugins {
2
base
3
- alias(libs.plugins.jacoco)
+ alias(libs.plugins.jacocolog)
4
id("test-report-aggregation")
5
id("io.openapiprocessor.build.plugin.publish")
6
}
gradle/libs.versions.toml
@@ -52,5 +52,5 @@ plugin-jacocolog = { module = "org.barfuin.gradle.jacocolog:org.barfuin.gradle.j
52
53
[plugins]
54
checker = { id = "org.checkerframework", version.ref = "checkerp" }
55
-jacoco = { id = "org.barfuin.gradle.jacocolog" }
+jacocolog = { id = "org.barfuin.gradle.jacocolog" }
56
sonar = { id = "org.sonarqube", version = "7.2.2.6593" }
0 commit comments