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

@@ -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'