api / org.gradle.api.initialization / Settings / getBuildscript

getBuildscript

@Incubating abstract fun getBuildscript(): ScriptHandler

Returns the build script handler for settings. You can use this handler to query details about the build script for settings, and manage the classpath used to compile and execute the settings script.

Return
the classpath handler. Never returns null.

Since
4.4