Skip to content

Commit 355e793

Browse files
committed
Added signing of published artifacts
1 parent 78f514b commit 355e793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publishing.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ bintray {
125125
labels = ['mqtt', 'mqtt-client', 'iot', 'internet-of-things', 'rxjava2', 'reactive-streams', 'backpressure']
126126
version {
127127
released = new Date()
128-
/*gpg {
128+
gpg {
129129
sign = true
130130
}
131-
mavenCentralSync {
131+
/*mavenCentralSync {
132132
user = ''
133133
password = ''
134134
}*/

0 commit comments

Comments
 (0)