expansionSettingsFile

abstract fun expansionSettingsFile(path: Path)(source)

The path to the expansionSettings file needed to execute the operation.

If not supplied, this will default to the file specified in the POM file.

Using the function multiple times will overwrite previous the value set by this function.

Parameters

path

The path to the expansionSettings file.


abstract fun expansionSettingsFile(path: String)(source)

See also

#expansionSettingsFile(Path)