Skip to content

Commit 0d1e5b7

Browse files
committed
Migrating to graphql-java as a home - now with bintray publishing
1 parent ee84a59 commit 0d1e5b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/publishing.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ publishing {
2828
publications {
2929
maven(MavenPublication) {
3030
from components.java
31-
groupId 'org.dataloader'
31+
groupId 'com.graphql-java'
3232
artifactId 'java-dataloader'
3333
version project.version
3434

@@ -80,6 +80,7 @@ bintray {
8080
publications = ['maven']
8181
publish = true
8282
pkg {
83+
userOrg = 'graphql-java'
8384
repo = 'graphql-java'
8485
name = "java-dataloader"
8586
desc = projectDescription

0 commit comments

Comments
 (0)