Quick Start
To start you need to use one of the plugins from the following Gradle snippet
build.gradle
plugins {
id 'org.asciidoctor.jvm.convert' version '4.0.2'
}
build.gradle.kts
plugins {
id("org.asciidoctor.jvm.convert") version "4.0.2"
}