From 08c9fb9f94a3e730ba80fa741feca30c49ef947a Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Wed, 20 Aug 2025 21:02:26 -0700 Subject: [PATCH] Open the `com.sun.tools.javac.file` module --- guava/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/guava/pom.xml b/guava/pom.xml index 3becbd6ceee6..1380aebaa0c3 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -389,6 +389,7 @@ -J--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED -J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED -J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED + -J--add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED -J--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED -J--add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED -J--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED