You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/08/16 22:49:01 UTC

svn commit: r1892390 - /poi/trunk/build.gradle

Author: kiwiwings
Date: Mon Aug 16 22:49:01 2021
New Revision: 1892390

URL: http://svn.apache.org/viewvc?rev=1892390&view=rev
Log:
fix Windows gradle build - task allJavaDoc

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1892390&r1=1892389&r2=1892390&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon Aug 16 22:49:01 2021
@@ -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*')



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org