This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.1 in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit f0b2af802ee76c169ba795d9a2b016e234afe2bb Author: Nikita Timofeev <[email protected]> AuthorDate: Thu Nov 12 12:06:03 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 8065d9a..c7f60ad 100644 --- a/pom.xml +++ b/pom.xml @@ -1724,7 +1724,7 @@ </activation> <properties> <javadoc.doclint>none</javadoc.doclint> - <javadoc.additionalOptions>--no-module-directories</javadoc.additionalOptions> + <javadoc.additionalOptions/> </properties> </profile> <profile>
