If you want to use IntelliJ, run:
$ ./gradlew idea
To generate the IntelliJ specific files.
To have Gradle automatically recompile the asciidoctor documents, run:
$ ./gradlew clean asciidoctor watch
This utilizes the gradle-watch-plugin to watch files for changes.