Point to the Java 8 Javadocs.

This commit is contained in:
Gary Gregory 2019-09-09 15:26:04 -04:00
parent 1141e9b2be
commit d4ceb0a125
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ CSV files of various types.
<project.inceptionYear>2005</project.inceptionYear>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.javadoc.java.link>http://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
<!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>