This commit is contained in:
Progwml6 2016-01-12 23:02:58 -05:00
commit b5b8ec94ea
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.