Fixing version from commandline
This commit is contained in:
parent
5b8b69e7ef
commit
fabb77b0f0
3 changed files with 4 additions and 4 deletions
|
|
@ -13,8 +13,8 @@ publishing {
|
|||
|
||||
if (project.hasProperty('mavenCentralUsername') && project.hasProperty('mavenCentralPassword')) {
|
||||
credentials {
|
||||
username project.property("mavenCentralUsername") as String
|
||||
password project.property("mavenCentralPassword") as String
|
||||
username mavenCentralUsername
|
||||
password mavenCentralPassword
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue