api / org.gradle / StartParameter / getSettingsFile

getSettingsFile

open fun getSettingsFile(): File

Returns the explicit settings file to use for the build, or null. Will return null if the default settings file is to be used. However, if #isUseEmptySettings() returns true, then no settings file at all will be used.

Return
The settings file. May be null.

See Also
#isUseEmptySettings()