repository
fun repository(url: String, name: String = repositoryNameFromURL(
url,
), configurator: Repository.() -> Unit = { })
Utility to configure a new Maven repository as target.
Utility to configure a new Maven repository as target.