This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 534b884  Use same options for all Javadoc tasks
534b884 is described below

commit 534b884bd9a280c114f74590dbfed4ad1e3b6fd8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 18 19:49:48 2022 +0000

    Use same options for all Javadoc tasks
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index f5c1eb6..7ae0abe 100644
--- a/build.xml
+++ b/build.xml
@@ -1938,7 +1938,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
       encoding="UTF-8"
       docencoding="UTF-8"
       charset="UTF-8"
-      additionalparam="-breakiterator -notimestamp"
+      additionalparam="-breakiterator -notimestamp -html5"
       maxmemory="512m"
       failonerror="true"
       failonwarning="true">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to