api / org.gradle.api.distribution / Distribution / getBaseName

getBaseName

abstract fun getBaseName(): String

The baseName of the distribution, used in naming the distribution archives.

If the #getName() of this distribution is "main" this defaults to the project's name. Otherwise it is "$project.name-$this.name".