Asciidoctor plugin 0.3.0 available

Hello everyone,

The asciidoctor-gradle-plugin team is happy to announce the latest release (0.3.0) is available. This release supports Asciidoctor 0.1.2 via asciidoctor-java.integration.

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.3.0'
    }
}
apply plugin: 'asciidoctor'

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

Keep on Groovying!