ScriptHandlerScope

open class ScriptHandlerScope(delegate: ERROR CLASS: Symbol not found for ScriptHandler) : <ERROR CLASS> ERROR CLASS: Symbol not found for ScriptHandler(source)

Receiver for the buildscript block.

Constructors

Link copied to clipboard
constructor(delegate: ERROR CLASS: Symbol not found for ScriptHandler)

Properties

Link copied to clipboard
val ERROR CLASS: Symbol not found for NamedDomainObjectContainer<ERROR CLASS: Symbol not found for Configuration>.classpath: ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>

The script classpath configuration.

Link copied to clipboard
val dependencies: ERROR CLASS: Symbol not found for ConfigurableFileCollection

The dependencies of the script.

Functions

Link copied to clipboard
fun ERROR CLASS: Symbol not found for DependencyConstraintHandler.classpath(dependencyConstraintNotation: Any): ERROR CLASS: Symbol not found for DependencyConstraint??
fun ERROR CLASS: Symbol not found for DependencyConstraintHandler.classpath(dependencyConstraintNotation: Any, configuration: ERROR CLASS: Symbol not found for DependencyConstraint.() -> Unit): ERROR CLASS: Symbol not found for DependencyConstraint??

Adds a dependency constraint to the script classpath configuration.

fun ERROR CLASS: Symbol not found for DependencyHandler.classpath(dependencyNotation: Any): ERROR CLASS: Symbol not found for Dependency??
fun ERROR CLASS: Symbol not found for DependencyHandler.classpath(dependencyNotation: ERROR CLASS: Symbol not found for Provider<ERROR CLASS: Symbol not found for MinimalExternalModuleDependency>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)
fun ERROR CLASS: Symbol not found for DependencyHandler.classpath(dependencyNotation: ERROR CLASS: Symbol not found for ProviderConvertible<ERROR CLASS: Symbol not found for MinimalExternalModuleDependency>, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit)
inline fun <T : ERROR CLASS: Symbol not found for ModuleDependency> ERROR CLASS: Symbol not found for DependencyHandler.classpath(dependency: T, dependencyConfiguration: T.() -> Unit): T
inline fun ERROR CLASS: Symbol not found for DependencyHandler.classpath(dependencyNotation: String, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency
fun ERROR CLASS: Symbol not found for DependencyHandler.classpath(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null): ERROR CLASS: Symbol not found for ExternalModuleDependency
inline fun ERROR CLASS: Symbol not found for DependencyHandler.classpath(group: String, name: String, version: String? = null, configuration: String? = null, classifier: String? = null, ext: String? = null, dependencyConfiguration: ERROR CLASS: Symbol not found for ExternalModuleDependency.() -> Unit): ERROR CLASS: Symbol not found for ExternalModuleDependency

Adds a dependency to the script classpath.