Gradle Tutorial | Episode 3 - Custom Tasks

In this video we write some tasks to execute our application straight from Gradle. Though we just use the Exec and JavaExec task types, there are many others like Copy, Delete, Sync and so on. For some reason Kdenlive chipmunked the short clip at the end... Related Documentation pages: Task API Reference: More about tasks: Exec:
Back to Top