Fix typo causing failed deploy. This is Velocity 1.1.0.

This commit is contained in:
Andrew Steinborn
2020-10-28 10:58:45 -04:00
parent 3da2621e48
commit ce92e2e36b

View File

@@ -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
} }