File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
}
12
12
plugins {
13
13
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 "
15
15
id ' net.researchgate.release' version ' 2.3.4'
16
16
}
17
17
@@ -124,6 +124,11 @@ publishing {
124
124
name ' Andrew Potter'
125
125
126
126
}
127
+ developer {
128
+ id ' bbakerman'
129
+ name ' Brad Baker'
130
+
131
+ }
127
132
}
128
133
}
129
134
}
@@ -139,12 +144,15 @@ bintray {
139
144
publications = [' maven' ]
140
145
publish = true
141
146
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'
143
150
name = ' graphql-java-annotations'
144
151
licenses = [' Apache-2.0' ]
145
152
vcsUrl = ' https://github.com/graphql-java/graphql-java-annotations'
146
153
version {
147
154
name = project. version
155
+ released = new Date ()
148
156
}
149
157
}
150
158
}
You can’t perform that action at this time.
0 commit comments