mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-29 19:59:13 +00:00
Manually define Gradle
This commit is contained in:
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'
|
||||
sh 'gradle clean build'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
||||
Reference in New Issue
Block a user