Skip to content

Commit

Permalink
Added description to the Kover Maven Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed Jul 19, 2024
1 parent 933fdb0 commit ccf20ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kover-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ sourceSets {
// name of configuration for functionalTest source set with implementation dependencies
val functionalTestImplementation = "functionalTestImplementation"

koverPublication {
description.set("Kover Maven Plugin - Kotlin code coverage tool")
}

dependencies {
implementation(project(":kover-features-jvm"))
Expand Down

0 comments on commit ccf20ea

Please sign in to comment.