Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson
2018-02-05 12:26:01 +00:00
9 changed files with 13 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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