You have just created a basic Groovy application. There is a standard project structure for source code and tests.
In this project you get:
-
A Gradle build file
-
A standard project structure:
| +- src | +- main | | | +- groovy | +- test | | | +- groovy|