geforkt von Mirrors/Velocity
Get the Nexus credentials from the environment
Dieser Commit ist enthalten in:
Ursprung
4469a89aaa
Commit
81aed2cd1d
@ -93,9 +93,10 @@ publishing {
|
||||
repositories {
|
||||
maven {
|
||||
credentials {
|
||||
username project.findProperty('nexusUsername') ?: ''
|
||||
password project.findProperty('nexusPassword') ?: ""
|
||||
username System.getenv("NEXUS_USERNAME")
|
||||
password System.getenv("NEXUS_PASSWORD")
|
||||
}
|
||||
|
||||
name = 'velocity-nexus'
|
||||
def base = 'https://nexus.velocitypowered.com/repository/velocity-artifacts'
|
||||
def releasesRepoUrl = "$base-releases/"
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren