mirror of https://github.com/apache/poi.git
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:
parent
a806f69af1
commit
ea69fa82a5
|
@ -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/'
|
||||
|
|
Loading…
Reference in New Issue