This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit edfef869804990da9601b0b70147d8e19b1f150d Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Feb 3 10:40:11 2023 +0100 Remove unnecessary `--add-exports` in `.mvn/jvm.config` --- .mvn/jvm.config | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.mvn/jvm.config b/.mvn/jvm.config index 6f7d1c8..2a2667e 100644 --- a/.mvn/jvm.config +++ b/.mvn/jvm.config @@ -1,11 +1 @@ -Djava.awt.headless=true ---add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED ---add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED ---add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED ---add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED ---add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED ---add-exports jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED ---add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED ---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
