Little progress :/

This commit is contained in:
Adubbz 2015-09-19 22:14:19 +10:00
parent 961c10ebad
commit 54b804be26

View file

@ -112,7 +112,7 @@ uploadArchives {
if ("$System.env.maven_username" != "null" && "$System.env.maven_password" != "null") {
logger.info('Publishing to files server')
repository(url: project.filesmaven.url) {
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
authentication(userName: "$System.env.maven_username", privateKey: "$System.env.maven_password")
}
} else {