Table of Contents
API Documentation: | PlayRun |
---|
Note: This class is incubating and may change in a future version of Gradle.
Task to run a Play application.
Property | Description |
applicationJar | Incubating The Play application jar to run. |
assetsDirs | Incubating The directories of the assets for the Play application (for live reload functionality). |
assetsJar | Incubating The assets jar to run with the Play application. |
forkOptions | Incubating fork options for the running a Play application. |
httpPort | Incubating The HTTP port listened to by the Play application. This port should be available. The Play application will fail to start if the port is already in use. |
workingDir | Incubating The working directory. |
Note: This property is incubating and may change in a future version of Gradle.
The Play application jar to run.
Note: This property is incubating and may change in a future version of Gradle.
The directories of the assets for the Play application (for live reload functionality).
Note: This property is incubating and may change in a future version of Gradle.
The assets jar to run with the Play application.
Note: This property is incubating and may change in a future version of Gradle.
fork options for the running a Play application.
Note: This property is incubating and may change in a future version of Gradle.
The HTTP port listened to by the Play application. This port should be available. The Play application will fail to start if the port is already in use.
Note: This property is incubating and may change in a future version of Gradle.
The working directory.