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
+3
-1
@@ -3,7 +3,9 @@ pipeline {
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
sh './gradlew build javadoc publish --no-daemon'
|
||||
withGradle {
|
||||
sh './gradlew build javadoc publish --no-daemon'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user