1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Remove javadoc stage as we no longer have a plugin api

This commit is contained in:
RednedEpic
2020-03-04 21:06:21 -06:00
parent f9e1964b6b
commit b7f5f3675d

12
Jenkinsfile vendored
View File

@@ -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 {