jdk8 build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904915 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-10-29 09:12:37 +00:00
parent a806f69af1
commit ea69fa82a5
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ subprojects {
doFirst {
options {
addBooleanOption('html5', true)
if (jdkVersion > 8) addBooleanOption('html5', true)
addBooleanOption('Xdoclint:all,-missing', true)
links 'https://poi.apache.org/apidocs/dev/'
links 'https://docs.oracle.com/javase/8/docs/api/'