Wednesday, 2 October 2013

Gradle: Make task from custom plugin run first

Gradle: Make task from custom plugin run first

I have a custom gradle plugin, say myPlugin, with a task, say myTask, that
has to validate and create a file before the build starts. How do I make
sure that gradle runs myTask before any other task from any other plugin?

No comments:

Post a Comment