buildFinished

abstract fun buildFinished(result: BuildResult)(source)

Deprecated

This method is not supported when configuration caching is enabled.

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

Parameters

result

The result of the build. Never null.

See also