Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit edd886b

Browse files
committed
chore: reconfigure package group
1 parent 012a7b0 commit edd886b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ subprojects {
4949
apply plugin: 'maven-publish'
5050
apply plugin: 'signing'
5151

52-
group "$PROJECT_GROUP"
53-
5452
repositories {
5553
mavenLocal()
5654
mavenCentral()
@@ -146,6 +144,7 @@ subprojects {
146144
publications {
147145
mavenJava(MavenPublication) {
148146
if (project.name != bomProjectName) {
147+
version version
149148
from components.java
150149
}
151150

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
version=12.0.0-SNAPSHOT
2020
### Project Metadata
21-
PROJECT_GROUP=com.graphql-java-kickstart
21+
group=com.graphql-java-kickstart
2222
PROJECT_NAME=graphql-spring-boot
2323
PROJECT_DESC=GraphQL Spring Framework Boot
2424
PROJECT_GIT_REPO_URL=https://github.com/graphql-java-kickstart/graphql-spring-boot

0 commit comments

Comments
 (0)