Password, not Pass

This commit is contained in:
cpw 2016-01-12 22:48:43 -05:00
parent ef1058e771
commit 02af887051
1 changed files with 1 additions and 1 deletions

View File

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