How to create Java Gradle project from command line?
It should create standard maven folder layout like on the picture below.
To create a Java project: create a new project directory, jump into it and execute
gradle init --type java-library
Source folders and a Gradle build file (including a wrapper) will be build.