| Class |
Description |
|
AutoConfigurationImportsCompileInput
|
|
|
BootRunExitCodeVerifier
|
A bootRun doLast action that treats a deliberate stop as a successful build. |
|
GrailsAppBaseDirProvider
|
Provides the -Dbase.dir system property (see BuildSettings.APP_BASE_DIR)
to forked JVM tasks. |
|
GrailsCompileStaticArtefactsProvider
|
Publishes the nested grails { compileStatic { controllers / services / tagLibs }} opt-ins
(see BuildSettings.COMPILE_STATIC_CONTROLLERS, BuildSettings.COMPILE_STATIC_SERVICES
and BuildSettings.COMPILE_STATIC_TAGLIBS) to the Groovy compiler's worker JVM as system
properties so the CompileStaticArtefactInjector AST transform can stamp
@GrailsCompileStatic onto the matching artefacts. |
|
GrailsCompileStaticOptions
|
Lazy opt-ins for compiling Grails artefacts with @GrailsCompileStatic automatically,
configured through the nested grails { compileStatic { }} block: |
|
GrailsCompilerConfigScriptTask
|
Writes the Groovy compiler configuration script a org.gradle.api.tasks.compile.GroovyCompile
task compiles with. |
|
GrailsExtension
|
A extension to the Gradle plugin to configure Grails settings |
|
GrailsGormIdTypeProvider
|
Publishes the nested grails { gorm { defaultIdType }} setting (see
BuildSettings.GORM_DEFAULT_ID_TYPE) to the Groovy compiler's worker JVM as a system property,
so that GORM's entity transformation can decide the type of the id it adds to a domain class
that declares none. |
|
GrailsGormOptions
|
GORM compilation options, configured through the nested grails { gorm { }} block: |
|
GrailsGradlePlugin
|
The main Grails gradle plugin implementation |
|
GrailsGspCompileStaticProvider
|
Publishes the grails { compileStatic { gsp }} opt-in to a forked JVM as the
BuildSettings.COMPILE_STATIC_GSP system property. |
|
GrailsI18nOptions
|
Message-bundle options, configured through the nested grails { i18n { }} block: |
|
GrailsPluginGradlePlugin
|
A Gradle plugin for Grails plugins |
|
IntegrationTestGradlePlugin
|
Gradle plugin for adding separate src/integration-test folder to hold integration tests. |
|
RunAppPidFileProvider
|
Provides the -Dgrails.cli.pid.file system property to the forked bootRun JVM so
that the application writes its own PID to a known project local file. |
|
TestPhase
|
Represents a configurable test phase (e.g. integrationTest, functionalTest). |
|
TestPhasesGradlePlugin
|
Gradle plugin that provides a testPhases extension for defining
additional test phases (e.g. integrationTest, functionalTest). |