Explorar el Código

Ant build: Specify "--add-opens" to avoid byte-buddy complaining on newer JDKs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907109 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
Dominik Stadler hace 1 año
padre
commit
be3a17160e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      build.xml

+ 2
- 0
build.xml Ver fichero

@@ -1453,6 +1453,8 @@ under the License.
<modulepath refid="@{modulepath-ref}" unless:true="${isJava8}"/>

<!--jvmarg line="-verbose:module"/-->
<jvmarg line="--add-opens java.base/java.lang=net.bytebuddy" unless:true="${isJava8}"/>

<jvmarg line="--add-modules org.junit.platform.launcher" unless:true="${isJava8}"/>
<jvmarg line="--add-modules org.junit.jupiter.params" unless:true="${isJava8}"/>
<jvmarg line="--add-modules org.apache.poi.@{module1}" if:set="use_module1"/>

Cargando…
Cancelar
Guardar