We are working with multiple git projects, each of them is a Gradle project. When we start a new environment, let's say a fresh eclipse installation, we need to import each gradle project manually through File -> Import -> Gradle -> Existing Gradle Project to correctly import them into eclipse workspace with their gradle tasks.
Is there a way to tell eclipse to import them all at once? (Obviously File -> Import -> General -> Existing Projects into Workspace doesn't solve this question)