Skip to content

Commit 77cfae6

Browse files
committed
Description may be nullable, so provide a default
1 parent 8e1b90c commit 77cfae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/common-maven.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mavenPublishing {
1515

1616
pom {
1717
name = project.name
18-
description = project.description
18+
description = project.description ?: "Extension Library for Caplin DataSource"
1919
url = "https://github.com/caplin/DataSource-Extensions"
2020
inceptionYear = "2025"
2121

0 commit comments

Comments
 (0)