Gradle task to organize import

Viewed 366

I'm searching for a gradle task to organize imports in my java project (all sourcesets),like in Eclipse when you use the command source -> organize import

But what I need is a simple, little plugin to do this exact job, nothing more

As example like this project: https://github.com/ajoberstar/gradle-imports but is not mantained anymore.

Note: I've also considereted Spotless, but I have discarted it, because I need a simple tool to the job, not a tool with many functionalities

0 Answers
Related