This is an automated email from the ASF dual-hosted git repository.
remm 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 1786045 Remove failonwarning due to internal API use causing a
javadoc warning
1786045 is described below
commit 178604517c4d03217bbd5cd0d20d6cf01c8d469f
Author: remm <[email protected]>
AuthorDate: Thu Nov 14 15:47:00 2019 +0100
Remove failonwarning due to internal API use causing a javadoc warning
Not sure what it doesn't warn with javadoc 8 though.
---
build.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index ffe78f3..f548f23 100644
--- a/build.xml
+++ b/build.xml
@@ -2006,8 +2006,7 @@ Apache Tomcat ${version} native binaries for Win64
AMD64/EMT64 platform.
additionalparam="-breakiterator -notimestamp ${java9.javadoc.options}
-J-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2"
source="${compile.source}"
maxmemory="512m"
- failonerror="true"
- failonwarning="true">
+ failonerror="true">
<classpath>
<path refid="compile.classpath"/>
<path refid="tomcat.webservices.classpath"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]