Skip to content

Commit 02af887

Browse files
committed
Password, not Pass
1 parent ef1058e commit 02af887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ uploadArchives {
7373

7474
dependsOn 'build'
7575

76-
if (project.hasProperty('forgeMavenPass'))
76+
if (project.hasProperty('forgeMavenPassword'))
7777
{
7878
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
7979
authentication(userName: project.getProperty('forgeMavenUser'), password: project.getProperty('forgeMavenPassword')) // the elvis operator. look it up.

0 commit comments

Comments
 (0)