api / org.gradle / BuildListener / projectsEvaluated

projectsEvaluated

abstract fun projectsEvaluated(gradle: Gradle): Unit

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.