From a852c49edded8f3d27bfc57d3a626f40610bcf46 Mon Sep 17 00:00:00 2001 From: "Michael J. Simons" Date: Thu, 19 Jan 2017 16:00:04 +0100 Subject: [PATCH] Fix closing parentheses Closes gh-8030 --- .../src/main/asciidoc/appendix-configuration-metadata.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index 18e7a79da8..45c3373d77 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -729,7 +729,6 @@ and specify: } compileJava.dependsOn(processResources) -} ---- NOTE: You need to add `compileJava.dependsOn(processResources)` to your build to ensure