This is a repo to investigate the bootstrapping of a gradle project from a provided gradle wrapper.
- Clone this repo
- Run
gradlew init
- Follow the instructions to bootstrap your project
- Select 6 to bootstrap a java-application
- Select 1 to use groovy (I speak kotlin/scala but not groovy)
- Select 3 to use junit as the test framework
- Enter the project name.
- Enter the package name (usually your organization's URL in reverse)
If you're using IntelliJ IDEA, you can Import Gradle project
after bootstrapping to ensure that your files are
being tracked properly.