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.
1 parent ee84a59 commit 0d1e5b7Copy full SHA for 0d1e5b7
gradle/publishing.gradle
@@ -28,7 +28,7 @@ publishing {
28
publications {
29
maven(MavenPublication) {
30
from components.java
31
- groupId 'org.dataloader'
+ groupId 'com.graphql-java'
32
artifactId 'java-dataloader'
33
version project.version
34
@@ -80,6 +80,7 @@ bintray {
80
publications = ['maven']
81
publish = true
82
pkg {
83
+ userOrg = 'graphql-java'
84
repo = 'graphql-java'
85
name = "java-dataloader"
86
desc = projectDescription
0 commit comments