3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 20:43:04 +02:00

Fix builds for new CI

Dieser Commit ist enthalten in:
rtm516 2021-01-07 09:56:06 +00:00 committet von GitHub
Ursprung 80c9f47645
Commit be8329722e

Datei anzeigen

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