artifacts

fun Project.artifacts(configuration: ArtifactHandlerScope.() -> Unit)(source)

Configures the artifacts for this project.

Executes the given configuration block against the ArtifactHandlerScope for this project.

Parameters

configuration

the configuration block.