SCRIPTS_GRADLE_PROPERTY_NAME

val SCRIPTS_GRADLE_PROPERTY_NAME: String = "org.gradle.tooling.model.kotlin.dsl.scripts"(source)

Deprecated

Restricting the model to an explicit set of scripts is deprecated and will be removed in Gradle 10. In Gradle 10, the model will always be built for all the Kotlin DSL scripts of the build.

Gradle property name for the set of scripts to be queried for.

Since

6.0