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

poi-ooxml-lite-agent/build.gradle

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