mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
Use Gradle
This commit is contained in:
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user