Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Use @InputFiles instead of @Input to implicitly register dependencies - #19

Open
swltr wants to merge 1 commit into
gradle:masterfrom
swltr:master
Open

swltr wants to merge 1 commit into
gradle:masterfrom
swltr:master

Conversation

@swltr

@swltr swltr commented Apr 19, 2015

Copy link
Copy Markdown

According to the discussion in the Gradle forum, @InputFiles would be the correct annotation to implicitly register a task's dependencies. With @Input, I still have to explicitly register dependencies so that tasks are executed in the correct order. (Please note that I was unable to test this myself, yet - I'm not too familiar with Gradle plugin development so far, but it compiles and looks correct according to the Gradle API documentation.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant