Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Fix typo causing failed deploy. This is Velocity 1.1.0.
Dieser Commit ist enthalten in:
Ursprung
3da2621e48
Commit
ce92e2e36b
@ -8,7 +8,7 @@ publishing {
|
|||||||
|
|
||||||
name = 'velocity-nexus'
|
name = 'velocity-nexus'
|
||||||
def base = 'https://nexus.velocitypowered.com/repository/velocity-artifacts'
|
def base = 'https://nexus.velocitypowered.com/repository/velocity-artifacts'
|
||||||
def releasesRepoUrl = "$base-releases/"
|
def releasesRepoUrl = "$base-release/"
|
||||||
def snapshotsRepoUrl = "$base-snapshots/"
|
def snapshotsRepoUrl = "$base-snapshots/"
|
||||||
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
|
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren