@@ -8,7 +8,7 @@ buildscript {
88 }
99}
1010plugins {
11- id " com.jfrog.bintray" version " 1.6 "
11+ id " com.jfrog.bintray" version " 1.8.4 "
1212 id ' net.researchgate.release' version ' 2.3.4'
1313}
1414
@@ -94,7 +94,7 @@ publishing {
9494 publications {
9595 maven(MavenPublication ) {
9696 from components. java
97- groupId ' com.graphql-java'
97+ groupId ' com.graphql-java-kickstart '
9898 artifactId project. name
9999 version project. version
100100
@@ -106,13 +106,13 @@ publishing {
106106 resolveStrategy = Closure . DELEGATE_FIRST
107107 name ' graphql-java-servlet'
108108 description ' relay.js-compatible GraphQL servlet'
109- url ' https://github.com/graphql-java/graphql-java-servlet'
109+ url ' https://github.com/graphql-java-kickstart /graphql-java-servlet'
110110 inceptionYear ' 2016'
111111
112112 scm {
113- url ' https://github.com/graphql-java/graphql-java-servlet'
114- connection ' scm:https://yrashk@ github.com/graphql-java/graphql-java-servlet.git'
115- developerConnection ' scm:git://github.com/graphql-java/graphql-java-servlet.git'
113+ url ' https://github.com/graphql-java-kickstart /graphql-java-servlet'
114+ connection ' scm:https://github.com/graphql-java-kickstart /graphql-java-servlet.git'
115+ developerConnection ' scm:git://github.com/graphql-java-kickstart /graphql-java-servlet.git'
116116 }
117117
118118 licenses {
@@ -160,10 +160,11 @@ bintray {
160160 publications = [' maven' ]
161161 publish = true
162162 pkg {
163- repo = ' maven '
163+ repo = ' releases '
164164 name = project. name
165165 licenses = [' Apache-2.0' ]
166166 vcsUrl = ' https://github.com/graphql-java/graphql-java-servlet'
167+ userOrg = ' graphql-java-kickstart'
167168 version {
168169 name = project. version
169170 }
0 commit comments