Package org.gradle.tooling.model.dsl
Interface GroovyDslBaseScriptModel
This interface describes the Groovy DSL specific part of
GradleDslBaseScriptModel.- Since:
- 9.2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe compilation classpath for Groovy DSL scripts.The implicit imports that are added to all Groovy DSL scripts.
-
Method Details
-
getCompileClassPath
The compilation classpath for Groovy DSL scripts.- Since:
- 9.2.0
-
getImplicitImports
The implicit imports that are added to all Groovy DSL scripts.- Since:
- 9.2.0
-