3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-08 10:50:11 +02:00

Fix ./gradlew usage

Dieser Commit ist enthalten in:
DoctorMacc 2020-10-07 20:59:09 -04:00
Ursprung 0e77f20f86
Commit ca65f9f45a
3 geänderte Dateien mit 1 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -1,7 +1,6 @@
pipeline { pipeline {
agent any agent any
tools { tools {
gradle 'Gradle'
jdk 'Java 8' jdk 'Java 8'
} }
options { options {
@ -10,7 +9,7 @@ pipeline {
stages { stages {
stage ('Build') { stage ('Build') {
steps { steps {
sh 'gradle clean build' sh './gradlew clean build'
} }
post { post {
success { success {

Datei anzeigen

@ -37,10 +37,6 @@ dependencies {
repositories { repositories {
mavenLocal() mavenLocal()
maven {
url = uri('https://maven.fabricmc.net/')
}
maven { maven {
url = uri('https://repo.nukkitx.com/maven-releases/') url = uri('https://repo.nukkitx.com/maven-releases/')
} }

Binäre Datei nicht angezeigt.