buildFinished

abstract fun buildFinished(result: BuildResult)(source)

Deprecated

Called when the build is completed. All selected tasks have been executed.

Deprecated

This method is not supported when configuration caching is enabled.

Parameters

result

The result of the build. Never null.

See also