Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 9fe6cea27 -> d7916b304
Bump asciidoctor-gradle-plugin version to 1.5.7 (cherry picked from commit 35aceee) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d7916b30 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d7916b30 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/d7916b30 Branch: refs/heads/GROOVY_2_5_X Commit: d7916b3042ddafb4fc073a316aebc07f0c4ad917 Parents: 9fe6cea Author: sunlan <[email protected]> Authored: Fri Dec 1 10:44:56 2017 +0800 Committer: sunlan <[email protected]> Committed: Fri Dec 1 10:49:52 2017 +0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/d7916b30/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 2a7d3f3..f3bbfb4 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,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.2' + classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7' classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3" classpath 'me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1' //classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.1'
