Skip to content

Commit

Permalink
Merge pull request #115 from KakaoCup/fix-extensions
Browse files Browse the repository at this point in the history
fix(build): gradle description
  • Loading branch information
Vacxe authored Jan 9, 2024
2 parents e8a3576 + dd96321 commit 6abd4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/convention.publishing.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configure<PublishingExtension> {
pom {
name.set(project.name)
url.set("https://github.com/KakaoCup/Kakao")
description.set(project.description)
description.set(project.description ?: "Nice and simple DSL for Espresso in Kotlin")

licenses {
license {
Expand Down

0 comments on commit 6abd4dd

Please sign in to comment.