WriteReadme
@CacheableTask
Creates or updates a README.md file to inject the generated chart/legend files. If the readme contains a block like below:
Something above
<!--region chart-->
Anything in between
<!--endregion-->
Something belowContent copied to clipboard
then the text in between will be replaced with the generated images. Anything outside will be left as-is.
If generating a new README, the output will look like below:
# :path:to:my:module
<!--region chart-->


<!--endregion-->Content copied to clipboard
Remember, this readme task will also be run when calling gradle atlasGenerate.
Properties
Link copied to clipboard
@get:PathSensitive(value = PathSensitivity.NONE)
@get:InputFile
@get:Optional
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard