Skip to content

Commit 7f45088

Browse files
committed
fixed derp in deployment script
1 parent 6d36bb6 commit 7f45088

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
@@ -129,7 +129,7 @@ uploadArchives {
129129
if (project.hasProperty('forgeMavenPass'))
130130
{
131131
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
132-
authentication(userName: "forge", project.getProperty('forgeMavenPass')) // the elvis operator. look it up.
132+
authentication(userName: "forge", password: project.getProperty('forgeMavenPass'))
133133
}
134134
}
135135
else

0 commit comments

Comments
 (0)