diff --git a/gradle.properties b/gradle.properties index 3d8281377..b90392dfe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,9 +18,9 @@ sourceCompatibility = 1.6 targetCompatibility = 1.6 asciidoctorjVersion = 1.5.5 -asciidoctorjDslVersion = 1.0.0.Alpha1 +asciidoctorjDslVersion = 1.0.0.Alpha2 #asciidoctorjDslVersion = 1.6.0-alpha.1 cglibVersion = 3.2.5 jacocoVersion = 0.7.9 jsoupVersion = 1.9.1 -spockVersion = 1.1-groovy-2.4 \ No newline at end of file +spockVersion = 1.1-groovy-2.4 diff --git a/src/main/groovy/org/asciidoctor/gradle/AsciidoctorExtension.groovy b/src/main/groovy/org/asciidoctor/gradle/AsciidoctorExtension.groovy index 6ef9e578b..5912626bc 100644 --- a/src/main/groovy/org/asciidoctor/gradle/AsciidoctorExtension.groovy +++ b/src/main/groovy/org/asciidoctor/gradle/AsciidoctorExtension.groovy @@ -23,7 +23,7 @@ import org.gradle.api.Project class AsciidoctorExtension { String version = '1.5.5' - String groovyDslVersion = '1.6.0-alpha.1' + String groovyDslVersion = '1.0.0.Alpha2' /** * By default the plugin will try to add a default repository to find AsciidoctorJ.