mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix builds for new CI
This commit is contained in:
parent
80c9f47645
commit
be8329722e
1 changed files with 2 additions and 1 deletions
3
bootstrap/fabric/Jenkinsfile
vendored
3
bootstrap/fabric/Jenkinsfile
vendored
|
@ -1,6 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
gradle 'Gradle 6'
|
||||
jdk 'Java 8'
|
||||
}
|
||||
options {
|
||||
|
@ -9,7 +10,7 @@ pipeline {
|
|||
stages {
|
||||
stage ('Build') {
|
||||
steps {
|
||||
sh './gradlew clean build --refresh-dependencies'
|
||||
sh 'gradle clean build --refresh-dependencies'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
Loading…
Reference in a new issue