From 54d2e75eb960ae0d1a0aba2ef2e2c28d83b8ee24 Mon Sep 17 00:00:00 2001 From: Robert Panzer Date: Wed, 28 Jun 2017 17:38:24 +0200 Subject: [PATCH] Bump asciidoctorj-groovy-dsl to current version 1.0.0.Alpha2 --- gradle.properties | 4 ++-- .../groovy/org/asciidoctor/gradle/AsciidoctorExtension.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.