You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/10/29 09:12:38 UTC

svn commit: r1904915 - /poi/trunk/build.gradle

Author: fanningpj
Date: Sat Oct 29 09:12:37 2022
New Revision: 1904915

URL: http://svn.apache.org/viewvc?rev=1904915&view=rev
Log:
jdk8 build issue

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1904915&r1=1904914&r2=1904915&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sat Oct 29 09:12:37 2022
@@ -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/'



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org