>Gradle is not that user friendly for new uses Can you please elaborate?
Gradle's command line is easier to follow as it provides help with the usable tasks and descriptions, and it requires much less ceremony. For instance, with Maven I often had issues like "ExtenderSqlParserImpl not found" (== I had to build the project before importing to the IDE), and Gradle fixes that. Vladimir
