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

Fix build and backdate the version

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-08-18 02:06:08 -04:00
Ursprung 5122e8cae4
Commit c00d09d07d
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

@ -13,7 +13,7 @@ plugins {
allprojects {
group 'com.velocitypowered'
version '1.0.10-SNAPSHOT'
version '1.0.9'
sourceCompatibility = 1.8
targetCompatibility = 1.8