Skip to content

Commit fccb017

Browse files
committed
Set bintray publish=true
1 parent 355e793 commit fccb017

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
@@ -112,10 +112,10 @@ bintray {
112112
user = bintray_username
113113
key = bintray_apiKey
114114
publications = ['normal', 'shaded']
115-
// publish = true
115+
publish = true
116116
pkg {
117117
userOrg = 'hivemq'
118-
repo = 'hivemq-mqtt-client-repo'
118+
repo = 'HiveMQ'
119119
name = 'hivemq-mqtt-client'
120120
desc = project.description
121121
websiteUrl = githubUrl

0 commit comments

Comments
 (0)