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

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

View File

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

View File

@@ -25,6 +25,11 @@ 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 are using 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. The `snippets` attribute can be
used to select the snippets that should be included using a comma-separated list.
Each entry in the list should be the name of a snippet file, minus the `.adoc` suffix,

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'