api / org.gradle / StartParameter / useEmptySettings

useEmptySettings

open fun useEmptySettings(): StartParameter

Specifies that an empty settings script should be used. This means that even if a settings file exists in the conventional location, or has been previously specified by #setSettingsFile(File), it will not be used. If #setSettingsFile(File) is called after this, it will supersede calling this method.

Return
this