fmt-maven-plugin icon indicating copy to clipboard operation
fmt-maven-plugin copied to clipboard

Avoid forking if module flags are already used

Open klaraward opened this issue 3 years ago • 0 comments

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

klaraward avatar Feb 17 '23 10:02 klaraward