Skip to content

Commit

Permalink
Merge pull request #20323 from larsgrefer
Browse files Browse the repository at this point in the history
* gh-20323:
  Fix recommended task dependency configuration

Closes gh-20323
  • Loading branch information
wilkinsona committed Mar 18, 2020
2 parents 4b82d7d + c748f36 commit ab3e267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab3e267

Please sign in to comment.