Starting with Gradle
1. help
gradle -q help
gradle --help
use --info to get a better understanding of the build steps:
gradle --info helloWorld
2 Changing the build file and directory
gradle --project-dir hello-world -q helloWorld
3 Running tasks without execution
gradle --dry-run helloWorld