Browse Source

Merge pull request #20323 from larsgrefer

* gh-20323:
  Fix recommended task dependency configuration

Closes gh-20323
pull/20629/head
Andy Wilkinson 6 years ago
parent
commit
ab3e2675fb
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

@ -730,7 +730,7 @@ If you are using an `additional-spring-configuration-metadata.json` file, the `c @@ -730,7 +730,7 @@ If you are using an `additional-spring-configuration-metadata.json` file, the `c
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
----
compileJava.dependsOn(processResources)
compileJava.inputs.files(processResources)
----
This dependency ensures that the additional metadata is available when the annotation processor runs during compilation.

Loading…
Cancel
Save