| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_PLAY_VERSION |
"2.6.15" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMPILE_CONFIGURATION |
"play" |
public static final String |
PLATFORM_CONFIGURATION |
"playPlatform" |
public static final String |
RUN_CONFIGURATION |
"playRun" |
public static final String |
TEST_COMPILE_CONFIGURATION |
"playTest" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ASSETS_JAR_TASK_NAME |
"createPlayAssetsJar" |
public static final int |
DEFAULT_HTTP_PORT |
9000 |
public static final String |
PLAY_CONFIGURATIONS_EXTENSION_NAME |
"playConfigurations" |
public static final String |
PLAY_EXTENSION_NAME |
"play" |
public static final String |
RUN_GROUP |
"Run" |
public static final String |
RUN_TASK_NAME |
"runPlay" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DIST_LIFECYCLE_TASK_NAME |
"dist" |
public static final String |
DISTRIBUTION_GROUP |
"distribution" |
public static final String |
STAGE_LIFECYCLE_TASK_NAME |
"stage" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GENERATED_SOURCE_ROOT_DIR_PATH |
"src/play" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMPILER_CONFIGURATION_NAME |
"javaScriptCompiler" |
public static final String |
JS_MINIFY_TASK_NAME |
"minifyPlayJavaScript" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ROUTES_COMPILE_TASK_NAME |
"compilePlayRoutes" |
public static final String |
ROUTES_COMPILER_CONFIGURATION_NAME |
"routesCompiler" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TWIRL_COMPILE_TASK_NAME |
"compilePlayTwirlTemplates" |
public static final String |
TWIRL_COMPILER_CONFIGURATION_NAME |
"twirlCompiler" |