Last ditch attempt

This commit is contained in:
Adubbz 2015-12-15 20:48:57 +11:00
parent aee749d87f
commit 2fb6414141
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ uploadArchives {
logger.info('Publishing to files server')
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
authentication(userName: "$System.env.maven_username", privateKey: "$System.env.maven_password")
authentication(userName: 'console_script', password: 'dc6d48ca20a474beeac280a9a16a926e')
}
} else {
logger.info('Publishing to repo folder')