Skip to content

Commit

Permalink
Password, not Pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cpw committed Jan 13, 2016
1 parent ef1058e commit 02af887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 02af887

Please sign in to comment.