Merge pull request #459 from Johnny Lim

* gh-459:
  Upgrade to org.asciidoctor.convert 1.5.6
This commit is contained in:
Andy Wilkinson
2017-11-18 16:35:58 +00:00
8 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'org.asciidoctor.convert' version '1.5.3'
id 'org.asciidoctor.convert' version '1.5.6'
}
repositories {
@@ -28,4 +28,4 @@ asciidoctor {
attributes 'revnumber': project.version,
'branch-or-tag': project.version.endsWith('SNAPSHOT') ? 'master': "v${project.version}"
inputs.files(sourceSets.test.java)
}
}

View File

@@ -154,7 +154,7 @@ the configuration are described below.
.Gradle
----
plugins { <1>
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.6"
}
dependencies {

View File

@@ -9,7 +9,7 @@ buildscript {
}
plugins {
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.6"
}
apply plugin: 'java'

View File

@@ -8,7 +8,7 @@ buildscript {
}
plugins {
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.6"
}
apply plugin: 'java'

View File

@@ -9,7 +9,7 @@ buildscript {
}
plugins {
id 'org.asciidoctor.convert' version '1.5.3'
id 'org.asciidoctor.convert' version '1.5.6'
}
version "0.1"

View File

@@ -8,7 +8,7 @@ buildscript {
}
plugins {
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.6"
}
apply plugin: 'java'

View File

@@ -8,7 +8,7 @@ buildscript {
}
plugins {
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.6"
}
apply plugin: 'java'

View File

@@ -1,5 +1,5 @@
plugins {
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.6"
}
apply plugin: 'java'