mirror of https://github.com/apache/poi.git
fix new javadocs location in build dir
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13e904852b
commit
762d44c9ba
|
@ -289,7 +289,7 @@ poijobs.each { poijob ->
|
|||
//properties(poijob.properties ?: '')
|
||||
antInstallation(antRT)
|
||||
}
|
||||
shellEx(delegate, 'zip -r build/javadocs.zip build/tmp/site/build/site/apidocs', poijob)
|
||||
shellEx(delegate, 'zip -r build/javadocs.zip build/site/apidocs', poijob)
|
||||
}
|
||||
publishers {
|
||||
if (!poijob.skipcigame) {
|
||||
|
|
Loading…
Reference in New Issue