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 <jamesnether...@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 -->