Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Fix builds for new CI
Dieser Commit ist enthalten in:
Ursprung
80c9f47645
Commit
be8329722e
3
bootstrap/fabric/Jenkinsfile
vendored
3
bootstrap/fabric/Jenkinsfile
vendored
@ -1,6 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
tools {
|
||||||
|
gradle 'Gradle 6'
|
||||||
jdk 'Java 8'
|
jdk 'Java 8'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
@ -9,7 +10,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew clean build --refresh-dependencies'
|
sh 'gradle clean build --refresh-dependencies'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren