gradle
Toggle table of contents
9.2.0
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model.dsl
/
GroovyDslBaseScriptModel
Groovy
Dsl
Base
Script
Model
API
@
Incubating
interface
GroovyDslBaseScriptModel
(
source
)
This interface describes the Groovy DSL specific part of
GradleDslBaseScriptModel
.
Since
9.2.0
Members
Functions
get
Compile
Class
Path
Link copied to clipboard
API
@
Incubating
abstract
fun
getCompileClassPath
(
)
:
List
<
File
>
The compilation classpath for Groovy DSL scripts.
get
Implicit
Imports
Link copied to clipboard
API
@
Incubating
abstract
fun
getImplicitImports
(
)
:
List
<
String
>
The implicit imports that are added to all Groovy DSL scripts.