From 1e2f8959d9ea97611519408ba156b73791f81b3c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 29 Aug 2019 23:53:16 -0700 Subject: [PATCH] Fix broken asciidoc rendering Restore the blank line at the end of `executable-jar-format.adoc` which appears to be required. See gh-18007 --- .../src/main/asciidoc/appendix/executable-jar-format.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/executable-jar-format.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/executable-jar-format.adoc index 13e73c55e5..57493f6d6a 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/executable-jar-format.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix/executable-jar-format.adoc @@ -293,3 +293,4 @@ If the preceding restrictions mean that you cannot use Spring Boot Loader, consi * http://www.jdotsoft.com/JarClassLoader.php[JarClassLoader] * https://sourceforge.net/projects/one-jar/[OneJar] * https://imperceptiblethoughts.com/shadow/[Gradle Shadow Plugin] +