Fixing nexus credential issue
This commit is contained in:
parent
6e56753d04
commit
e0901a6e18
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ publishing {
|
|||
|
||||
if (project.hasProperty('mavenCentralUsername') && project.hasProperty('mavenCentralPassword')) {
|
||||
credentials {
|
||||
project.logger.info("Applying nexus credentials.")
|
||||
username mavenCentralUsername
|
||||
password mavenCentralPassword
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue