We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9229b15 + 69bced4 commit 5e7f47bCopy full SHA for 5e7f47b
build.gradle
@@ -85,7 +85,7 @@ publishing {
85
publications {
86
maven(MavenPublication) {
87
from components.java
88
- groupId 'com.graphql-java'
+ groupId 'io.github.graphql-java'
89
artifactId project.name
90
version project.version
91
@@ -145,7 +145,6 @@ bintray {
145
publications = ['maven']
146
publish = true
147
pkg {
148
- userOrg = 'graphql-java'
149
desc = 'This library offers an annotations-based syntax for GraphQL schema definition.'
150
repo = 'graphql-java-annotations'
151
name = 'graphql-java-annotations'
0 commit comments