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 {
|
stages {
|
||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'gradle clean build --refresh-dependencies'
|
sh './gradlew clean build --refresh-dependencies'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue