]> source.dussan.org Git - poi.git/commitdiff
fix Windows gradle build - task allJavaDoc
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 16 Aug 2021 22:49:01 +0000 (22:49 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 16 Aug 2021 22:49:01 +0000 (22:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892390 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index bc5840d1e2540340c8d514f2b20d32caefc51b83..4c1a61d4fb4c763c46601dd315f0ac5c8ebe9c08 100644 (file)
@@ -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*')