mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2025-07-05 16:10:23 -04:00
Build javadocs
This commit is contained in:
parent
521bd958b7
commit
7ebdfc333a
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -20,6 +20,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
sh 'mvn javadoc:javadoc'
|
||||||
step([$class: 'JavadocArchiver', javadocDir: 'target/site/apidocs', keepAll: false])
|
step([$class: 'JavadocArchiver', javadocDir: 'target/site/apidocs', keepAll: false])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue