mirror of
https://github.com/plexusorg/Plex.git
synced 2025-08-06 14:19:29 +00:00
Use Gradle
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -3,7 +3,9 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew build javadoc publish --no-daemon'
|
withGradle {
|
||||||
|
sh './gradlew build javadoc publish --no-daemon'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user