Asciidoctor plugin 0.4.0 available

Hello everyone,

The asciidoctor-gradle-plugin team is happy to announce the latest release (0.4.0) is available.

Quick usage example:

buildscript {
    repositories {
        mavenLocal()
        mavenRepo name: 'Bintray', url: 'http://dl.bintray.com/content/aalmiray/asciidoctor'
    }
    dependencies {
        classpath 'org.asciidoctor:asciidoctor-gradle-plugin:0.4.0'
    }
}
apply plugin: 'asciidoctor'

More information on the plugin can be found at https://github.com/asciidoctor/asciidoctor-gradle-plugin

This release upgrades its Asciidoc dependency to 0.1.3, it also fixes a couple of issues:

Keep on Groovying!

There was a small problem in version 0.4.0 so we quickly released 0.4.1.

Enjoy!