mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
fix Windows gradle build - task allJavaDoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892390 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83488d2320
commit
8f24aaab2b
@ -412,8 +412,7 @@ task allJavaDoc(type: Javadoc) {
|
||||
options.addBooleanOption('Xdoclint:all,-missing', true)
|
||||
|
||||
title = 'POI API Documentation'
|
||||
options.bottom = '<![CDATA[<i>Copyright ' + new Date().format('yyyy') + ' The Apache Software Foundation or\n' +
|
||||
'its licensors, as applicable.</i>]]>'
|
||||
options.bottom = '<![CDATA[<i>Copyright ' + new Date().format('yyyy') + ' The Apache Software Foundation or its licensors, as applicable.</i>]]>'
|
||||
|
||||
options.group('DDF - Dreadful Drawing Format', 'org.apache.poi.ddf*')
|
||||
options.group('HPSF - Horrible Property Set Format', 'org.apache.poi.hpsf*')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user