You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/09 19:35:35 UTC

[commons-parent] branch master updated: Avoid errors building on Java >= 11 like "javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module."

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e585d1  Avoid errors building on Java >= 11 like "javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module."
4e585d1 is described below

commit 4e585d1b873226bce99c65388d930fdf437de4eb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 9 15:35:31 2019 -0400

    Avoid errors building on Java >= 11 like "javadoc: error - The code
    being documented uses modules but the packages defined in
    https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module."
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 355ac92..280227b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -994,6 +994,7 @@
           <linksource>true</linksource>
           <!-- prevent svnpub to be too much noisy -->
           <notimestamp>true</notimestamp>
+          <source>${maven.compiler.source}</source>
           <links>
             <link>${commons.javadoc.java.link}</link>
             <link>${commons.javadoc.javaee.link}</link>