Fix typo causing failed deploy. This is Velocity 1.1.0.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user