Skip to content

Commit 3c23750

Browse files
author
Anuraag Agrawal
authored
Set description of pom to project, not project to project. (#2602)
1 parent 563a28a commit 3c23750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ subprojects {
431431
afterEvaluate {
432432
// not available until evaluated.
433433
artifactId = the<BasePluginConvention>().archivesBaseName
434-
description = project.description
434+
pom.description.set(project.description)
435435
}
436436

437437
plugins.withId("java-platform") {

0 commit comments

Comments
 (0)