Description
Right now, when gradle is ran user gets a long list of package-specific tasks. if gradle tasks is ran you'll see a mix of tasks for test artifacts, package related, and some generic gradle build tasks. Often times they lacks any description which makes it hard to navigate.
Let's make this initial step more user-friendly, eliminating a need to document the build system separately.