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
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,10 +3,12 @@ pipeline {
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew build javadoc publish --no-daemon'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
||||
|
Loading…
Reference in New Issue
Block a user