Skip to content

Commit

Permalink
Update WireMock spelling in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Dec 4, 2023
1 parent e63e796 commit fc0d69b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ publishing {
}
}
pom {
name.set("Kotlin Wiremock")
description.set("Handy Kotlin DSL for Wiremock stubbing")
name.set("Kotlin WireMock")
description.set("Handy Kotlin DSL for WireMock stubbing")
url.set("https://github.com/marcinziolo/kotlin-wiremock")
licenses {
license {
Expand Down Expand Up @@ -134,7 +134,7 @@ bintray {
websiteUrl = "https://github.com/marcinziolo/kotlin-wiremock"
githubRepo = "marcinziolo/kotlin-wiremock"
vcsUrl = "https://github.com/marcinziolo/kotlin-wiremock"
description = "Handy Kotlin DSL for Wiremock stubbing"
description = "Handy Kotlin DSL for WireMock stubbing"
setLabels("kotlin")
setLicenses("Apache-2.0")
desc = description
Expand Down

0 comments on commit fc0d69b

Please sign in to comment.