mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Fix maven publishing
This commit is contained in:
parent
5a7d1eddb5
commit
b0fb9960fb
1 changed files with 2 additions and 2 deletions
|
@ -627,8 +627,8 @@ void setupRepositories(RepositoryHandler repositories) {
|
|||
repositories.maven {
|
||||
url = providers.environmentVariable("MAVEN_URL")
|
||||
credentials {
|
||||
username = providers.environmentVariable("MAVEN_USERNAME")
|
||||
password = providers.environmentVariable("MAVEN_PASSWORD")
|
||||
username = providers.environmentVariable("MAVEN_USERNAME").get()
|
||||
password = providers.environmentVariable("MAVEN_PASSWORD").get()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue