Switch to a pipeline provided gradle version
This commit is contained in:
parent
751b0570db
commit
9907b1b437
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -17,6 +17,7 @@ pipeline {
|
|||
|
||||
tools {
|
||||
jdk "jdk8"
|
||||
gradle "gradle7"
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
|
@ -30,7 +31,7 @@ pipeline {
|
|||
java -version
|
||||
|
||||
chmod +x gradlew
|
||||
./gradlew build publish
|
||||
gradle build publish
|
||||
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue