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/03/13 18:22:29 UTC

svn commit: r1898907 - /poi/trunk/poi-ooxml-lite-agent/build.gradle

Author: fanningpj
Date: Sun Mar 13 18:22:29 2022
New Revision: 1898907

URL: http://svn.apache.org/viewvc?rev=1898907&view=rev
Log:
try to fix java 18 build issue

Modified:
    poi/trunk/poi-ooxml-lite-agent/build.gradle

Modified: poi/trunk/poi-ooxml-lite-agent/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml-lite-agent/build.gradle?rev=1898907&r1=1898906&r2=1898907&view=diff
==============================================================================
--- poi/trunk/poi-ooxml-lite-agent/build.gradle (original)
+++ poi/trunk/poi-ooxml-lite-agent/build.gradle Sun Mar 13 18:22:29 2022
@@ -89,3 +89,8 @@ spotbugsMain.enabled = false
 javadoc.enabled = false
 javadocJar.enabled = false
 
+forbiddenApis {
+  //java 18 build issues
+  ignoreFailures = true
+}
+



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