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 e3d2096 commit 849ccdcCopy full SHA for 849ccdc
Branch-SDK/build.gradle.kts
@@ -120,6 +120,7 @@ publishing {
120
val GROUP: String by project
121
val VERSION_NAME: String by project
122
val POM_ARTIFACT_ID: String by project
123
+ val POM_NAME: String by project
124
val POM_DESCRIPTION: String by project
125
val POM_URL: String by project
126
val POM_SCM_URL: String by project
@@ -137,6 +138,7 @@ publishing {
137
138
artifactId = POM_ARTIFACT_ID
139
version = VERSION_NAME
140
pom {
141
+ name.set(POM_NAME)
142
url.set(POM_URL)
143
description.set(POM_DESCRIPTION)
144
developers {
0 commit comments