@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 |
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 #. |
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 name of the system property for the project classes directory.
The name of the system property for #.
The name of the system property for the the project target directory. Must be set if Gradle build location is changed.