Skip to content

Commit 6abd4dd

Browse files
authoredJan 9, 2024
Merge pull request #115 from KakaoCup/fix-extensions
fix(build): gradle description
2 parents e8a3576 + dd96321 commit 6abd4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎buildSrc/src/main/kotlin/convention.publishing.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configure<PublishingExtension> {
3232
pom {
3333
name.set(project.name)
3434
url.set("https://github.com/KakaoCup/Kakao")
35-
description.set(project.description)
35+
description.set(project.description ?: "Nice and simple DSL for Espresso in Kotlin")
3636

3737
licenses {
3838
license {

0 commit comments

Comments
 (0)
Please sign in to comment.