You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2019/12/04 14:15:35 UTC

[camel-k-runtime] branch master updated: chore: Fix JavaDoc generation on JDK 11

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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new e627ec2  chore: Fix JavaDoc generation on JDK 11
e627ec2 is described below

commit e627ec2640b8000fb7da968fe9903f5c9bdce286
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Dec 4 14:03:02 2019 +0000

    chore: Fix JavaDoc generation on JDK 11
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a504a9b..d1f34e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -556,6 +556,7 @@
                     </executions>
                     <configuration>
                         <additionalOptions>${javadoc.opts}</additionalOptions>
+                        <source>8</source>
                     </configuration>
                 </plugin>
                 <!-- We want to sign the artifact, the POM, and all attached artifacts -->