mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Use Gradle
This commit is contained in:
parent
6a91d6a761
commit
6527e51159
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,7 +3,9 @@ pipeline {
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
sh './gradlew build javadoc publish --no-daemon'
|
||||
withGradle {
|
||||
sh './gradlew build javadoc publish --no-daemon'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user