Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Fix build and backdate the version
Dieser Commit ist enthalten in:
Ursprung
5122e8cae4
Commit
c00d09d07d
@ -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
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group 'com.velocitypowered'
|
||||
version '1.0.10-SNAPSHOT'
|
||||
version '1.0.9'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren