From eb0b7682f15ec6a2bd03d12b53bdf951dd924266 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Thu, 19 Dec 2024 17:38:22 -0800 Subject: [PATCH] Increase JAXP limits to fix Tycho plugin See https://github.com/google/google-java-format/issues/1210 PiperOrigin-RevId: 708100474 --- .mvn/jvm.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mvn/jvm.config b/.mvn/jvm.config index 504456f90..2e8f1d41f 100644 --- a/.mvn/jvm.config +++ b/.mvn/jvm.config @@ -8,3 +8,6 @@ --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED + +-Djdk.xml.maxGeneralEntitySizeLimit=0 +-Djdk.xml.totalEntitySizeLimit=0 \ No newline at end of file