api / org.gradle.api.initialization / ProjectDescriptor / setBuildFileName

setBuildFileName

abstract fun setBuildFileName(name: String): Unit

Sets the name of the build file. This name is interpreted relative to the project directory.

Parameters

name - The build file name. Should not be null.