mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Use local Gradle/Gradle 7
This commit is contained in:
parent
28fb957fd9
commit
d08cd542d0
1 changed files with 1 additions and 1 deletions
2
bootstrap/fabric/Jenkinsfile
vendored
2
bootstrap/fabric/Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
|||
stages {
|
||||
stage ('Build') {
|
||||
steps {
|
||||
sh 'gradle clean build --refresh-dependencies'
|
||||
sh './gradlew clean build --refresh-dependencies'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
Loading…
Reference in a new issue