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 b4800d7 commit b3f2b01Copy full SHA for b3f2b01
build.gradle.kts
@@ -111,7 +111,7 @@ subprojects {
111
112
pom {
113
name = project.name
114
- //description = project.description.toString() //TODO: this doesn't work. to be fixed. https://github.com/gradle/gradle/issues/12259
+ description = project.description
115
url = githubUrl
116
licenses {
117
license {
@@ -131,9 +131,6 @@ subprojects {
131
132
}
133
134
- pom.withXml{
135
- asNode().appendNode("description", project.description) // workaround for https://github.com/gradle/gradle/issues/12259
136
- }
137
138
139
0 commit comments