| Class |
Description |
|
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#APP_BASE_DIR)
to forked JVM tasks. |
|
GrailsCompileStaticArtefactsProvider
|
Publishes the nested grails { compileStatic { controllers / services / tagLibs }} opt-ins
(see BuildSettings#COMPILE_STATIC_CONTROLLERS#COMPILE_STATIC_CONTROLLERS, BuildSettings#COMPILE_STATIC_SERVICES#COMPILE_STATIC_SERVICES
and BuildSettings#COMPILE_STATIC_TAGLIBS#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: |
|
GrailsExtension
|
A extension to the Gradle plugin to configure Grails settings |
|
GrailsGradlePlugin
|
The main Grails gradle plugin implementation |
|
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). |