projectsEvaluated

abstract fun projectsEvaluated(gradle: Gradle)(source)

Called when all projects for the build have been evaluated. The project objects are fully configured and are ready to use to populate the task graph.

Parameters

gradle

The build which has been evaluated. Never null.