From c0e950b3ee7682b7936e213ccf4e68ea13cbb551 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Wed, 31 Aug 2016 08:47:58 +0000 Subject: [PATCH 1/2] Next development version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index af18773b..cfc375de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.1.2.BUILD-SNAPSHOT +version=1.1.3.BUILD-SNAPSHOT org.gradle.jvmargs=-XX:MaxPermSize=512M From 0c64c781f49e154c9dfaa76bd5569fad16154304 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 21 Oct 2016 23:09:47 +0100 Subject: [PATCH 2/2] Improve styling of groovy and adoc code blocks in the documentation Closes gh-317 --- docs/src/docs/asciidoc/getting-started.adoc | 4 ++-- docs/src/docs/asciidoc/working-with-asciidoctor.adoc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/docs/asciidoc/getting-started.adoc b/docs/src/docs/asciidoc/getting-started.adoc index 0dd07620..8c527299 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -145,7 +145,7 @@ the configuration are described below. <6> Using `prepare-package` allows the documentation to be <>. -[source,groovy,indent=0,subs="verbatim,attributes",role="secondary"] +[source,indent=0,subs="verbatim,attributes",role="secondary"] .Gradle ---- plugins { <1> @@ -235,7 +235,7 @@ Asciidoctor plugin to ensure that the documentation is generated before it's cop <3> Copy the generated documentation into the build output's `static/docs` directory, from where it will be included in the jar file. -[source,groovy,indent=0,role="secondary"] +[source,indent=0,role="secondary"] .Gradle ---- jar { diff --git a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc index b3981dfe..5ed3e9c0 100644 --- a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc +++ b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc @@ -22,7 +22,7 @@ macro] is used to include generated snippets in your documentation. The `snippet attribute specified in the <> can be used to reference the snippets output directory, for example: -[source,adoc,indent=0] +[source,indent=0] ---- \include::{snippets}/index/curl-request.adoc[] ---- @@ -45,7 +45,7 @@ Asciidoctor has rich support for http://asciidoctor.org/docs/user-manual/#cols-format[formatting a table's columns]. For example, the widths of a table's columns can be specified using the `cols` attribute: -[source,adoc,indent=0] +[source,indent=0] ---- [cols=1,3] <1> \include::{snippets}/index/links.adoc[] @@ -60,7 +60,7 @@ three times as wide as the first. The title of a table can be specified using a line prefixed by a `.`: -[source,adoc,indent=0] +[source,indent=0] ---- .Links <1> \include::{snippets}/index/links.adoc[]