fixed deployment credentials
This commit is contained in:
parent
9ebc77ef22
commit
9908310384
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ uploadArchives {
|
||||||
if (project.hasProperty('forgeMavenPass'))
|
if (project.hasProperty('forgeMavenPass'))
|
||||||
{
|
{
|
||||||
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
|
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
|
||||||
authentication(userName: "forge", project.getProperty('forgeMavenPass')) // the elvis operator. look it up.
|
authentication(userName: "forge", password: project.getProperty('forgeMavenPass')) // the elvis operator. look it up.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue