Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 5f7c727

Browse files
committed
add name and description to pom
1 parent 22c4235 commit 5f7c727

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ subprojects {
8888
pom.withXml {
8989
asNode().children().last() + {
9090
resolveStrategy = Closure.DELEGATE_FIRST
91+
name project.name
92+
description project.description
9193
url "https://github.com/graphql-java/graphql-java-spring"
9294
scm {
9395
url "https://github.com/graphql-java/graphql-java-spring"

0 commit comments

Comments
 (0)