Upgrade to org.asciidoctor.convert 1.5.6

Closes gh-459
This commit is contained in:
Johnny Lim
2017-11-18 08:52:55 +09:00
committed by Andy Wilkinson
parent d18f8d8246
commit 5750babc6f
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'