Skip to content

Commit 3dd4e00

Browse files
committed
Change sonatypeUser->sonatypeUsername
1 parent 6d1bab4 commit 3dd4e00

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

bintray.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey') &&
18-
project.hasProperty('sonatypeUser') && project.hasProperty('sonatypePassword')) {
18+
project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePassword')) {
1919

2020
bintray {
2121
user = project.property('bintrayUser')
@@ -45,7 +45,7 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey') &&
4545
}
4646

4747
mavenCentralSync {
48-
user = project.property('sonatypeUser')
48+
user = project.property('sonatypeUsername')
4949
password = project.property('sonatypePassword')
5050
}
5151
}

gradle.properties

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)