From: Andreas Beeker Date: Mon, 16 Aug 2021 22:49:01 +0000 (+0000) Subject: fix Windows gradle build - task allJavaDoc X-Git-Tag: REL_5_1_0~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8f24aaab2bea7c9170cc270ccc51aadd178a3c52;p=poi.git fix Windows gradle build - task allJavaDoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892390 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index bc5840d1e2..4c1a61d4fb 100644 --- a/build.gradle +++ b/build.gradle @@ -412,8 +412,7 @@ task allJavaDoc(type: Javadoc) { options.addBooleanOption('Xdoclint:all,-missing', true) title = 'POI API Documentation' - options.bottom = 'Copyright ' + new Date().format('yyyy') + ' The Apache Software Foundation or\n' + - 'its licensors, as applicable.]]>' + options.bottom = 'Copyright ' + new Date().format('yyyy') + ' The Apache Software Foundation or its licensors, as applicable.]]>' options.group('DDF - Dreadful Drawing Format', 'org.apache.poi.ddf*') options.group('HPSF - Horrible Property Set Format', 'org.apache.poi.hpsf*')