api / org.gradle.kotlin.dsl / org.gradle.api.Project / maven

maven

fun Project.maven(configure: MavenPluginConvention.() -> Unit): Unit

Configures the maven convention.

val Project.maven: MavenPluginConvention

Retrieves the maven convention.