We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8a3576 + dd96321 commit 6abd4ddCopy full SHA for 6abd4dd
buildSrc/src/main/kotlin/convention.publishing.gradle.kts
@@ -32,7 +32,7 @@ configure<PublishingExtension> {
32
pom {
33
name.set(project.name)
34
url.set("https://github.com/KakaoCup/Kakao")
35
- description.set(project.description)
+ description.set(project.description ?: "Nice and simple DSL for Espresso in Kotlin")
36
37
licenses {
38
license {
0 commit comments