Explorar el Código

java 17 build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898298 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_1
PJ Fanning hace 2 años
padre
commit
0eaba75b9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle Ver fichero

@@ -413,7 +413,7 @@ subprojects {
ignoreFailures = false
suppressAnnotations = [ 'org.apache.poi.util.SuppressForbidden' ]
// forbiddenapis bundled signatures max supported version is 14
// targetCompatibility = (JavaVersion.VERSION_14.isCompatibleWith(JavaVersion.current()) ? JavaVersion.current() : JavaVersion.VERSION_14)
targetCompatibility = (JavaVersion.VERSION_14.isCompatibleWith(JavaVersion.current()) ? JavaVersion.current() : JavaVersion.VERSION_14)
}

forbiddenApisMain {

Cargando…
Cancelar
Guardar