fixed deployment credentials

This commit is contained in:
AbrarSyed 2015-08-01 14:08:04 -05:00
parent 9ebc77ef22
commit 9908310384

View file

@ -186,7 +186,7 @@ uploadArchives {
if (project.hasProperty('forgeMavenPass')) if (project.hasProperty('forgeMavenPass'))
{ {
repository(url: "http://files.minecraftforge.net/maven/manage/upload") { repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
authentication(userName: "forge", project.getProperty('forgeMavenPass')) // the elvis operator. look it up. authentication(userName: "forge", password: project.getProperty('forgeMavenPass')) // the elvis operator. look it up.
} }
} }
else else