Skip to content

Commit ae5d3dc

Browse files
committed
Migrating to graphql-java as a home - now with bintray publishing and uses their signing
1 parent 0d1e5b7 commit ae5d3dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle/publishing.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ bintray {
8989
version {
9090
released = new Date()
9191
vcsTag = project.version
92+
gpg {
93+
sign = true
94+
}
9295
}
9396
}
9497
}

0 commit comments

Comments
 (0)