Skip to content

Commit 51923b8

Browse files
committed
more release work
1 parent 60f24ff commit 51923b8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

build.gradle

+10-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212
plugins {
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
126126
}
127+
developer {
128+
id 'bbakerman'
129+
name 'Brad Baker'
130+
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
}

0 commit comments

Comments
 (0)