You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/11/17 17:50:03 UTC

groovy git commit: Revert "GROOVY-8886: Bump asciidoctor-gradle-plugin to 1.5.9.2"

Repository: groovy
Updated Branches:
  refs/heads/master c5e833970 -> 7e6c3cb74


Revert "GROOVY-8886: Bump asciidoctor-gradle-plugin to 1.5.9.2"

This reverts commit 0eb3d7b


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7e6c3cb7
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/7e6c3cb7
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/7e6c3cb7

Branch: refs/heads/master
Commit: 7e6c3cb7450eeb43a536e3dbf3f04922a110d222
Parents: c5e8339
Author: Daniel Sun <su...@apache.org>
Authored: Sun Nov 18 01:49:35 2018 +0800
Committer: Daniel Sun <su...@apache.org>
Committed: Sun Nov 18 01:49:35 2018 +0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/7e6c3cb7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c434335..80a8f4f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,7 +39,7 @@ buildscript {
 
     dependencies {
         // using the old "classpath" style of plugins because the new one doesn't play well with multi-modules
-        classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.9.2'
+        classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.8'
         classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3"
         classpath 'me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1'
         //classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'