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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 516b32b  Flag "--no-module-directories" is for JDK 9+
516b32b is described below

commit 516b32b1ea00008c1cb38c068e7b2c8488485b6d
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Mon Nov 9 16:42:45 2020 +0300

    Flag "--no-module-directories" is for JDK 9+
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a1d254..6d35762 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1738,7 +1738,7 @@
                        </activation>
                        <properties>
                                <javadoc.doclint>none</javadoc.doclint>
-                               
<javadoc.additionalOptions>--no-module-directories</javadoc.additionalOptions>
+                               <javadoc.additionalOptions/>
                        </properties>
                </profile>
                <profile>

Reply via email to