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 933fdb0 commit ccf20eaCopy full SHA for ccf20ea
kover-maven-plugin/build.gradle.kts
@@ -25,6 +25,9 @@ sourceSets {
25
// name of configuration for functionalTest source set with implementation dependencies
26
val functionalTestImplementation = "functionalTestImplementation"
27
28
+koverPublication {
29
+ description.set("Kover Maven Plugin - Kotlin code coverage tool")
30
+}
31
32
dependencies {
33
implementation(project(":kover-features-jvm"))
0 commit comments