File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ subprojects {
114114 pom. withXml {
115115 asNode(). children(). last() + {
116116 resolveStrategy = Closure . DELEGATE_FIRST
117- name ' graphql-java-servlet '
117+ name PROJECT_NAME
118118 description ' relay.js-compatible GraphQL servlet'
119119 url ' https://github.com/graphql-java-kickstart/graphql-java-servlet'
120120 inceptionYear ' 2016'
Original file line number Diff line number Diff line change 11version = 9.0.0-SNAPSHOT
22group = com.graphql-java-kickstart
33
4- PROJECT_NAME = graphql-java-kickstart
4+ PROJECT_NAME = graphql-java-kickstart-servlet
55PROJECT_DESC = GraphQL Java Kickstart
66PROJECT_GIT_REPO_URL = https://github.com/graphql-java-kickstart/graphql-spring-boot
77PROJECT_LICENSE = MIT
Original file line number Diff line number Diff line change 1- rootProject. name = ' graphql-java-kickstart- servlet'
1+ rootProject. name = ' graphql-java-servlet'
22
33include ' :graphql-java-kickstart'
44include ' :graphql-java-servlet'
You can’t perform that action at this time.
0 commit comments