api / org.gradle / StartParameter / setInitScripts

setInitScripts

open fun setInitScripts(initScripts: MutableList<File>): Unit

Sets the list of init scripts to be run before the build starts. This list is in addition to the default init scripts.

Parameters

initScripts - The init scripts.