fmt-maven-plugin
fmt-maven-plugin copied to clipboard
Avoid forking if module flags are already used
We fork the process to add JVM flags needed by Google Java Format, but if those flags are already set we could avoid forking to run faster. That this would go faster is just an hypotheses though