How to create Java Gradle project from command line?
It should create standard maven folder layout like on the picture below.
The gradle guys are doing their best to solve all (y)our problems ;-). They recently (since 1.9) added a new feature (incubating): the "build init" plugin.
See: build init plugin documentation