Skip to content

Commit

Permalink
Set description of pom to project, not project to project. (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Jan 29, 2021
1 parent 563a28a commit 3c23750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ subprojects {
afterEvaluate {
// not available until evaluated.
artifactId = the<BasePluginConvention>().archivesBaseName
description = project.description
pom.description.set(project.description)
}

plugins.withId("java-platform") {
Expand Down

0 comments on commit 3c23750

Please sign in to comment.