build

abstract fun build(): BuildResult(source)

Executes a build, expecting it to complete without failure.

Return

the build result

Throws

if the configuration of this runner is invalid (e.g. project directory not set)

if the build does not succeed