Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 549733551 -> 12c49fa26
Bump asciidoctor-gradle-plugin version to 1.5.7 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/12c49fa2 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/12c49fa2 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/12c49fa2 Branch: refs/heads/GROOVY_2_4_X Commit: 12c49fa26283634533c4805e4ec97508309da16b Parents: 5497335 Author: sunlan <[email protected]> Authored: Fri Dec 1 10:51:27 2017 +0800 Committer: sunlan <[email protected]> Committed: Fri Dec 1 10:51:27 2017 +0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/12c49fa2/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index ba52d64..a1fb8c8 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ buildscript { } dependencies { - 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'
