I have a custom importOrder for groovy and when I do a gradle spotlessApply it fixes that but it also adds semicolons to all import statements which it should not do.
P.S. I see now that actually this could be configured using Eclipse's Groovy plugin - however I don't see how to export Grvooy's formatter settings - rather, I see only how to do so for Java's.
P.S. 2 - I found some link with an example file so I'll be closing this issue. The link to greclipse.properties in the README is broken, you might want to fix that.
I have a custom
importOrderforgroovyand when I do agradle spotlessApplyit fixes that but it also adds semicolons to all import statements which it should not do.P.S. I see now that actually this could be configured using Eclipse's Groovy plugin - however I don't see how to export Grvooy's formatter settings - rather, I see only how to do so for Java's.
P.S. 2 - I found some link with an example file so I'll be closing this issue. The link to
greclipse.propertiesin the README is broken, you might want to fix that.