mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove javadoc stage as we no longer have a plugin api
This commit is contained in:
parent
f9e1964b6b
commit
b7f5f3675d
1 changed files with 0 additions and 12 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -28,18 +28,6 @@ pipeline {
|
|||
sh 'mvn javadoc:jar source:jar deploy -DskipTests'
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Javadoc') {
|
||||
when {
|
||||
branch "master"
|
||||
}
|
||||
steps {
|
||||
sh 'mvn javadoc:javadoc -DskipTests -pl api'
|
||||
step([$class: 'JavadocArchiver',
|
||||
javadocDir: 'api/target/site/apidocs',
|
||||
keepAll: false])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
|
|
Loading…
Reference in a new issue