Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fmt-maven-plugin, moved from com.coveo to com.spotify.fmt
Since the JDK is more restrictive since version 16+, the following parameters are configured in `.mvn/jvm.config` to run the Google Java Formatter, as instructed in https://github.com/spotify/fmt-maven-plugin#using-with-java-16-and-maven ``` --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 ```
- Loading branch information