IntelliJ IDEA (recommended)
- Download and Install IntelliJ IDEA Community
- Open
- Select project root directory
- Dependencies should be installed automatically
- Run -> Run Main
Eclipse
- Download and Install Eclipse
- Install Buildship Gradle Integration from the Eclipse Marketplace
- File -> Import -> Gradle -> Existing Gradle Project
- Select project root directory
- Finish
- Dependencies should be installed automatically
- Run -> Run As -> JUnit Test