Upgrade to org.asciidoctor.convert 1.5.9.2

Closes gh-642
This commit is contained in:
Andy Wilkinson
2019-09-19 12:08:12 +01:00
parent c2521de8f1
commit 5f6f7680cd
6 changed files with 5 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'org.asciidoctor.convert' version '1.5.3'
id 'org.asciidoctor.convert' version '1.5.9.2'
}
repositories {

View File

@@ -146,7 +146,7 @@ the configuration are described in the following listings:
.Gradle
----
plugins { <1>
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.9.2"
}
dependencies {

View File

@@ -30,11 +30,6 @@ been generated for a specific operation. It is made available by including
`spring-restdocs-asciidoctor` in your project's <<getting-started-build-configuration,
build configuration>>.
WARNING: If you use Gradle and its daemon or support for continuous builds, do not
use version 1.5.6 of the `org.asciidoctor.convert` plugin. It contains a
https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/222[regression] that
prevents extensions from working reliably.
The target of the macro is the name of the operation. In its simplest form, you can use
the macro to include all of the snippets for an operation, as shown in the following
example:

View File

@@ -8,7 +8,7 @@ buildscript {
}
plugins {
id "org.asciidoctor.convert" version "1.5.3"
id "org.asciidoctor.convert" version "1.5.9.2"
}
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.9.2"
}
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.9.2"
}
apply plugin: 'java'