3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Fix typo causing failed deploy. This is Velocity 1.1.0.

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-10-28 10:58:45 -04:00
Ursprung 3da2621e48
Commit ce92e2e36b

Datei anzeigen

@ -8,7 +8,7 @@ publishing {
name = 'velocity-nexus'
def base = 'https://nexus.velocitypowered.com/repository/velocity-artifacts'
def releasesRepoUrl = "$base-releases/"
def releasesRepoUrl = "$base-release/"
def snapshotsRepoUrl = "$base-snapshots/"
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
}