api / org.gradle.play.plugins / PlayApplicationPlugin

PlayApplicationPlugin

@Incubating open class PlayApplicationPlugin : Plugin<Project>

Plugin for Play Framework component support. Registers the org.gradle.play.PlayApplicationSpec component type for the components container.

Constructors

<init>

PlayApplicationPlugin()

Plugin for Play Framework component support. Registers the org.gradle.play.PlayApplicationSpec component type for the components container.

Properties

DEFAULT_HTTP_PORT

static val DEFAULT_HTTP_PORT: Int

RUN_GROUP

static val RUN_GROUP: String

Functions

apply

open fun apply(project: Project): Unit