We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1b90c commit 77cfae6Copy full SHA for 77cfae6
buildSrc/src/main/kotlin/common-maven.gradle.kts
@@ -15,7 +15,7 @@ mavenPublishing {
15
16
pom {
17
name = project.name
18
- description = project.description
+ description = project.description ?: "Extension Library for Caplin DataSource"
19
url = "https://github.com/caplin/DataSource-Extensions"
20
inceptionYear = "2025"
21
0 commit comments