Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X a2463fff5 -> 9432d3837
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/9432d383 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/9432d383 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/9432d383 Branch: refs/heads/GROOVY_2_6_X Commit: 9432d383731d3afb3c0bdae3606f735871436c10 Parents: a2463ff Author: sunlan <[email protected]> Authored: Fri Dec 1 10:44:56 2017 +0800 Committer: sunlan <[email protected]> Committed: Fri Dec 1 10:45:47 2017 +0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/9432d383/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 30efa20..dffbde9 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,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'
