You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ac...@apache.org on 2019/04/25 19:44:59 UTC

[jena] 01/01: Update javadoc configuration to support jdk11 builds

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

acoburn pushed a commit to branch java11_javadocs
in repository https://gitbox.apache.org/repos/asf/jena.git

commit c0007becacd4312c6c35fbf43dc6918b79a7e376
Author: Aaron Coburn <ac...@apache.org>
AuthorDate: Thu Apr 25 15:43:04 2019 -0400

    Update javadoc configuration to support jdk11 builds
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 35d8476..fc5bfa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -878,6 +878,7 @@
             </execution>
           </executions>
           <configuration>
+            <source>8</source>
             <!-- Java 10
                  <additionalOptions>-html5</additionalOptions>
             -->