Skip to content

Commit 5e7f47b

Browse files
authored
Merge pull request #121 from guy120494/changed-groupid
changed groupid
2 parents 9229b15 + 69bced4 commit 5e7f47b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ publishing {
8585
publications {
8686
maven(MavenPublication) {
8787
from components.java
88-
groupId 'com.graphql-java'
88+
groupId 'io.github.graphql-java'
8989
artifactId project.name
9090
version project.version
9191

@@ -145,7 +145,6 @@ bintray {
145145
publications = ['maven']
146146
publish = true
147147
pkg {
148-
userOrg = 'graphql-java'
149148
desc = 'This library offers an annotations-based syntax for GraphQL schema definition.'
150149
repo = 'graphql-java-annotations'
151150
name = 'graphql-java-annotations'

0 commit comments

Comments
 (0)