1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-29 19:59:13 +00:00

Use local Gradle/Gradle 7

This commit is contained in:
Camotoy
2021-06-07 12:35:43 -04:00
parent 28fb957fd9
commit d08cd542d0

View File

@@ -16,7 +16,7 @@ pipeline {
stages {
stage ('Build') {
steps {
sh 'gradle clean build --refresh-dependencies'
sh './gradlew clean build --refresh-dependencies'
}
post {
success {