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

Commit 25e9746

Browse files
committed
tweak build
1 parent 321dc51 commit 25e9746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ subprojects {
121121
publish = true
122122
pkg {
123123
repo = 'graphql-java'
124-
name = projectName
125-
desc = 'GraphQL Java Spring integration'
124+
name = project.name
125+
desc = project.description
126126
licenses = ['MIT']
127127
vcsUrl = 'https://github.com/graphql-java/graphql-java-spring'
128128

0 commit comments

Comments
 (0)