Skip to content

Commit a7d5253

Browse files
committed
chore: configure package group
1 parent d43dfb1 commit a7d5253

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ subprojects {
2323
apply plugin: 'signing'
2424
apply plugin: "io.spring.dependency-management"
2525

26-
group "$PROJECT_GROUP"
27-
2826
repositories {
2927
mavenLocal()
3028
mavenCentral()

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version=2.0.0-SNAPSHOT
2-
3-
PROJECT_GROUP = com.graphql-java-kickstart
2+
group=com.graphql-java-kickstart
43
PROJECT_NAME = graphql-spring-webclient
54
PROJECT_DESC = GraphQL Spring Web client
65
PROJECT_GIT_REPO_URL = https://github.com/graphql-java-kickstart/graphql-spring-webclient

0 commit comments

Comments
 (0)