allprojects

abstract fun allprojects(action: Action<in Project>)(source)

Adds an action to execute against all projects of this build. The action is executed immediately against all projects which are already available. It is also executed as subsequent projects are added to this build.

Parameters

action

The action to execute.