This documentation covers a prerelease version of the software. Follow this link to view the documentation for the stable version (4.0) instead.

Quick Start

To start you need to use one of the plugins from the following Gradle snippet

  • Groovy

  • Kotlin

build.gradle
plugins {
    id 'org.asciidoctor.jvm.convert.classic' version '5.0.0-alpha.2'
}
build.gradle.kts
plugins {
    id("org.asciidoctor.jvm.convert.classic") version "5.0.0-alpha.2"
}