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*')