[GRADLE-3349] GroovyDoc task does not mark all properties that affect the output of the task as inputs Created: 15/Oct/15  Updated: 29/Mar/16  Resolved: 29/Mar/16

Status: Resolved
Project: Gradle
Affects Version/s: None
Fix Version/s: 2.14-rc-1

Type: Bug
Reporter: Sterling Greene Assignee: Pepper Lebeck-Jobe
Resolution: Fixed Votes: 0


 Description   

https://discuss.gradle.org/t/the-groovydoc-task-considered-as-up-to-date-even-if-overview-html-has-been-updated/12195

If 'overview' is set to a file, we should include this as an input to the task. There appear to be other properties like this too (titles, header/footer, etc).

Workaround is to manually add these as inputs to the task, e.g.:

groovydoc {
  overview = "overview.html"
  inputs.file overview
}

Generated at Wed Jun 30 12:46:28 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.