Repository: groovy Updated Branches: refs/heads/master 0673a0158 -> 35aceee82
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/35aceee8 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/35aceee8 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/35aceee8 Branch: refs/heads/master Commit: 35aceee827ffbcfa5158e34748844c3fba4cc0d6 Parents: 0673a01 Author: sunlan <[email protected]> Authored: Fri Dec 1 10:44:56 2017 +0800 Committer: sunlan <[email protected]> Committed: Fri Dec 1 10:44:56 2017 +0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/35aceee8/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index dc75d0b..88e15bd 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'
