Fixing nexus credential issue

This commit is contained in:
Ziver Koc 2024-09-17 23:38:55 +02:00
parent 6e56753d04
commit e0901a6e18

View file

@ -12,6 +12,7 @@ publishing {
if (project.hasProperty('mavenCentralUsername') && project.hasProperty('mavenCentralPassword')) {
credentials {
project.logger.info("Applying nexus credentials.")
username mavenCentralUsername
password mavenCentralPassword
}