/gradle-evaluation-order

Accompanying repo to tutorial video on the evaluation order of a multi-project Gradle build

Primary LanguageGroovy

This repository is an example to go along with this YouTube tutorial video and article at tomgregory.com.

Running

  1. See all the configured projects:

./gradlew projects

  1. Demonstrates the configuration of sub-projects from the parent build.gradle and also from sub-project build.gradle files:

./gradlew hello goodbye

(also demonstrates the Gradle lifecycle phases)

  1. Demonstrates using afterEvaluate to dynamically configure a task name based on a configuration property:

./gradlew makeSmallTalkToTom