Little progress :/
This commit is contained in:
parent
961c10ebad
commit
54b804be26
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue