You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/07/04 12:24:05 UTC

groovy git commit: GROOVY-8682: bump asciidoctor to 1.5.8

Repository: groovy
Updated Branches:
  refs/heads/master 2c1f7e3c4 -> 6eb56ca2d


GROOVY-8682: bump asciidoctor to 1.5.8


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

Branch: refs/heads/master
Commit: 6eb56ca2dfb0891818a579c15dad6265b34d065a
Parents: 2c1f7e3
Author: Paul King <pa...@asert.com.au>
Authored: Wed Jul 4 22:23:56 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Wed Jul 4 22:23:56 2018 +1000

----------------------------------------------------------------------
 build.gradle | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/6eb56ca2/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 6164584..439c902 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,10 +21,6 @@ import org.codehaus.groovy.gradle.ReleaseInfoGenerator
 buildscript {
     repositories {
         jcenter()
-        maven {
-            name 'Bintray Asciidoctor repo'
-            url 'http://dl.bintray.com/content/aalmiray/asciidoctor'
-        }
         maven{
             name 'Bintray Javadoc Hotfix repo'
             url 'http://dl.bintray.com/melix/gradle-javadoc-hotfix-plugin'
@@ -39,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.7'
+        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'