]> source.dussan.org Git - poi.git/commitdiff
try to fix java 18 build issue
authorPJ Fanning <fanningpj@apache.org>
Sun, 13 Mar 2022 18:22:29 +0000 (18:22 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 13 Mar 2022 18:22:29 +0000 (18:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898907 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml-lite-agent/build.gradle

index d89680f47a2a45b5ac2cccb14070691216e7dd93..15136f83a4f63e08c937eb56847a0fb5c8e7efbe 100644 (file)
@@ -89,3 +89,8 @@ spotbugsMain.enabled = false
 javadoc.enabled = false
 javadocJar.enabled = false
 
+forbiddenApis {
+  //java 18 build issues
+  ignoreFailures = true
+}
+