Merge pull request #20323 from larsgrefer

* gh-20323:
  Fix recommended task dependency configuration

Closes gh-20323
This commit is contained in:
Andy Wilkinson 2020-03-18 10:57:31 +00:00
commit ab3e2675fb
1 changed files with 1 additions and 1 deletions

View File

@ -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"] [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. This dependency ensures that the additional metadata is available when the annotation processor runs during compilation.