api / org.gradle.play.plugins / PlayPlugin

PlayPlugin

@Incubating open class PlayPlugin : Plugin<Project>

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

Constructors

<init>

PlayPlugin()

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

Functions

apply

open fun apply(project: Project): Unit