@CompileStatic class BuildSettings extends Object
Build time settings and configuration GrailsGradlePlugin use this BuildSettings to avoid pre init BuildSettings
| Modifiers | Name | Description |
|---|---|---|
static String |
APP_BASE_DIR |
The base directory of the application |
static String |
APP_DIR |
The app directory of the application |
static String |
APP_PATH |
The app path of the application |
static String |
DEFAULT_GRACE_APP_PATH |
The default app path of Grace. |
static String |
DEFAULT_GRAILS_APP_PATH |
The default app path of Grails. |
static String |
PROJECT_CLASSES_DIR |
The name of the system property for the project classes directory. |
static String |
PROJECT_RESOURCES_DIR |
The name of the system property for the project resources directory. |
static String |
PROJECT_TARGET_DIR |
The name of the system property for the the project target directory. |
| Constructor and description |
|---|
BuildSettings() |
The base directory of the application
The app directory of the application
The app path of the application
The default app path of Grace.
The default app path of Grails.
The name of the system property for the project classes directory.
The name of the system property for the project resources directory.
The name of the system property for the the project target directory. Must be set if Gradle build location is changed.