Merge branch 'master' of https://github.com/cpw/ironchest
This commit is contained in:
commit
b5b8ec94ea
|
@ -73,7 +73,7 @@ uploadArchives {
|
||||||
|
|
||||||
dependsOn 'build'
|
dependsOn 'build'
|
||||||
|
|
||||||
if (project.hasProperty('forgeMavenPass'))
|
if (project.hasProperty('forgeMavenPassword'))
|
||||||
{
|
{
|
||||||
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
|
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
|
||||||
authentication(userName: project.getProperty('forgeMavenUser'), password: project.getProperty('forgeMavenPassword')) // the elvis operator. look it up.
|
authentication(userName: project.getProperty('forgeMavenUser'), password: project.getProperty('forgeMavenPassword')) // the elvis operator. look it up.
|
||||||
|
|
Loading…
Reference in New Issue