Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 3.4 KB

README.adoc

File metadata and controls

54 lines (49 loc) · 3.4 KB

Asciidoctor Gradle Plugin

Build Status Build Status Coverage Status Apache License 2 pipeline

The Asciidoctor Gradle Plugin is the official means of using Asciidoctor to convert all your AsciiDoc documentation using Gradle.

Documentation

We are migrating our documentation to the new Asciidoctor Antora-based site when it is ready. In the meantime you can read a snapshot of the new documentation at https://asciidoctor.github.io/asciidoctor-gradle-plugin/development-2.0

Incompatibilities

The 2.x range of these plugins are NOT compatible with Spring REST Docs. If you have to use the latter then stick to the older v1.5.11 or v1.5.12 versions and do not manually set the version of AsciidoctorJ in your build script.

Structure

master now represents the code for the latest 2.x release of these plugins. Development for for 2.x is against the development-2.0 branch. PRs are preferably taking against that branch. The 1.5.x series of the plugin is now in maintenance only mode. PRs for that should be raised against the maintenance-1.5 branch.