Skip to content

Commit ccf20ea

Browse files
committed
Added description to the Kover Maven Plugin
1 parent 933fdb0 commit ccf20ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: kover-maven-plugin/build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ sourceSets {
2525
// name of configuration for functionalTest source set with implementation dependencies
2626
val functionalTestImplementation = "functionalTestImplementation"
2727

28+
koverPublication {
29+
description.set("Kover Maven Plugin - Kotlin code coverage tool")
30+
}
2831

2932
dependencies {
3033
implementation(project(":kover-features-jvm"))

0 commit comments

Comments
 (0)