Fix build and backdate the version

This commit is contained in:
Andrew Steinborn
2020-08-18 02:06:08 -04:00
parent 5122e8cae4
commit c00d09d07d
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,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
}