spotify / fmt-maven-plugin

Opinionated Maven Plugin that formats your Java code.
MIT License
326 stars 62 forks source link

Avoid forking if module flags are already used #161

Open klaraward opened 1 year ago

klaraward commented 1 year ago

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