Asciidoctor plugin 0.2.2 available

Hello everyone,

The asciidoctor-gradle-plugin team is happy to announce the latest release (0.2.2) 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.2.2'
    }
}
apply plugin: 'asciidoctor'

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

This release fixes an issue that prevented AsciidoctorTask from properly calculating its up-to-date status.

Keep on Groovying!