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

Commit

Permalink
chore: reconfigure package group
Browse files Browse the repository at this point in the history
  • Loading branch information
oliemansm committed Sep 20, 2021
1 parent 012a7b0 commit edd886b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ subprojects {
apply plugin: 'maven-publish'
apply plugin: 'signing'

group "$PROJECT_GROUP"

repositories {
mavenLocal()
mavenCentral()
Expand Down Expand Up @@ -146,6 +144,7 @@ subprojects {
publications {
mavenJava(MavenPublication) {
if (project.name != bomProjectName) {
version version
from components.java
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
version=12.0.0-SNAPSHOT
### Project Metadata
PROJECT_GROUP=com.graphql-java-kickstart
group=com.graphql-java-kickstart
PROJECT_NAME=graphql-spring-boot
PROJECT_DESC=GraphQL Spring Framework Boot
PROJECT_GIT_REPO_URL=https://github.com/graphql-java-kickstart/graphql-spring-boot
Expand Down

0 comments on commit edd886b

Please sign in to comment.