Browse Source

try to fix java 18 build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898907 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning 2 years ago
parent
commit
d8e163a82f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      poi-ooxml-lite-agent/build.gradle

+ 5
- 0
poi-ooxml-lite-agent/build.gradle View File

@@ -89,3 +89,8 @@ spotbugsMain.enabled = false
javadoc.enabled = false
javadocJar.enabled = false

forbiddenApis {
//java 18 build issues
ignoreFailures = true
}


Loading…
Cancel
Save