File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111}
1212plugins {
1313 id " com.github.hierynomus.license" version " 0.12.1"
14- id " com.jfrog.bintray" version " 1.6 "
14+ id " com.jfrog.bintray" version " 1.7 "
1515 id ' net.researchgate.release' version ' 2.3.4'
1616}
1717
@@ -124,6 +124,11 @@ publishing {
124124 name ' Andrew Potter'
125125 email ' Andrew.Potter@coxautoinc.com'
126126 }
127+ developer {
128+ id ' bbakerman'
129+ name ' Brad Baker'
130+ email ' bbakerman@gmail.com'
131+ }
127132 }
128133 }
129134 }
@@ -139,12 +144,15 @@ bintray {
139144 publications = [' maven' ]
140145 publish = true
141146 pkg {
142- repo = ' graphql-java-graphql-java-annotations'
147+ userOrg = ' graphql-java'
148+ desc = ' This library offers an annotations-based syntax for GraphQL schema definition.'
149+ repo = ' graphql-java-annotations'
143150 name = ' graphql-java-annotations'
144151 licenses = [' Apache-2.0' ]
145152 vcsUrl = ' https://github.com/graphql-java/graphql-java-annotations'
146153 version {
147154 name = project. version
155+ released = new Date ()
148156 }
149157 }
150158}
You can’t perform that action at this time.
0 commit comments