- File >> open >> build.gradle
- Make sure to check the 'use the default gradle wrapper' option.
- First time build
./gradlew cleanIdea idea
- To get more output from any gralde commands/tasks append a
-i(info) or-d(debug) e.g.
./gradlew build -i
- Code quality (code coverage, checkstyle)
./gradlew check ./gradlew asciidoc --daemon //Using the gradle daemon here makes sense if this is being executed a lot