This is an automated email from the ASF dual-hosted git repository.
edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new cdefe1e8f9 Fix javadoc task patch by Ekaterina Dimitrova and Zili
Chen; reviewed by Jacek Lewandowski, Stefan Miklosovic and Brandon Williams for
CASSANDRA-17687
cdefe1e8f9 is described below
commit cdefe1e8f9ebc96dfa88437911948e9705d04e4b
Author: Ekaterina Dimitrova <[email protected]>
AuthorDate: Mon Jul 31 16:38:00 2023 -0400
Fix javadoc task
patch by Ekaterina Dimitrova and Zili Chen; reviewed by Jacek Lewandowski,
Stefan Miklosovic and Brandon Williams for CASSANDRA-17687
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index c990f3f8ea..fb2ac14540 100644
--- a/build.xml
+++ b/build.xml
@@ -335,7 +335,7 @@
windowtitle="${ant.project.name} API"
classpathref="cassandra.classpath"
bottom="Copyright &copy; 2009- The Apache Software Foundation"
useexternalfile="yes" encoding="UTF-8" failonerror="false"
- maxmemory="256m" additionalparam="--frames">
+ maxmemory="256m" additionalparam="${jdk11plus-javac-exports}">
<filesets/>
</javadoc>
<fail message="javadoc failed">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]