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 <[email protected]> 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> -->
