api / org.gradle.tooling.model.gradle / GradleScript / getSourceFile

getSourceFile

abstract fun getSourceFile(): File

Returns the source file for this script, or null if this script has no associated source file. If this method returns a non-null value, the given source file will exist.

Return
The source file. Returns null if the script has no associated source file.

Since
1.8