A build with logic defined in buildSrc
including a custom task, a custom precompiled script plugin as well as an extension property and an extension function.
List the available tasks with:
./gradlew tasks --task
Run with:
./gradlew -q hello
./gradlew -q printProfile
./gradlew -q printProfile -Pprofile=prod