Interface GroovyDslBaseScriptModel


@Incubating public interface GroovyDslBaseScriptModel
This interface describes the Groovy DSL specific part of GradleDslBaseScriptModel.
Since:
8.14.4 (backport from 9.2.0)
  • Method Summary

    Modifier and Type
    Method
    Description
    The compilation classpath for Groovy DSL scripts.
    The implicit imports that are added to all Groovy DSL scripts.
  • Method Details

    • getCompileClassPath

      @Incubating List<File> getCompileClassPath()
      The compilation classpath for Groovy DSL scripts.
      Since:
      8.14.4 (backport from 9.2.0)
    • getImplicitImports

      @Incubating List<String> getImplicitImports()
      The implicit imports that are added to all Groovy DSL scripts.
      Since:
      8.14.4 (backport from 9.2.0)