Skip to content

Commit b3f2b01

Browse files
committed
Polish build.gradle.kts
as the workaround is no longer needed
1 parent b4800d7 commit b3f2b01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ subprojects {
111111

112112
pom {
113113
name = project.name
114-
//description = project.description.toString() //TODO: this doesn't work. to be fixed. https://github.com/gradle/gradle/issues/12259
114+
description = project.description
115115
url = githubUrl
116116
licenses {
117117
license {
@@ -131,9 +131,6 @@ subprojects {
131131
url = githubUrl
132132
}
133133
}
134-
pom.withXml{
135-
asNode().appendNode("description", project.description) // workaround for https://github.com/gradle/gradle/issues/12259
136-
}
137134
}
138135
}
139136

0 commit comments

Comments
 (0)