From 9307632512461bf56615ed1cd94b429104e88dae Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 17 Jul 2021 22:32:08 +0200 Subject: KB66 Update Google Java Format to version 1.10.0. Change-Id: I54e68cf08c1c5a24027382628726cd60daf6dd0b --- .mvn/jvm.config | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .mvn/jvm.config diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 0000000..5b7360a --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +--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.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED diff --git a/pom.xml b/pom.xml index 1e668ac..b54e55b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.2.0 3.0.2 0.62.2 - 1.9 + 1.10.0 5.4.27.Final 2.12.0 1.6.1 -- cgit v1.2.3