Skip to content

Commit 17c8eb8

Browse files
authored
Merge pull request #250 from hivemq/develop
Release 1.0.0
2 parents 6686f06 + 989816c commit 17c8eb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ shadowJar { ShadowJar shadowJar ->
113113
}
114114

115115
license {
116-
header file('license-header/license-header.txt')
116+
header file('HEADER')
117117
}
118118

119119
test {

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)