api / org.gradle.play / PlayPlatformAwareComponentSpec

PlayPlatformAwareComponentSpec

@Incubating interface PlayPlatformAwareComponentSpec : PlatformAwareComponentSpec

Platform aware aspect of a Play Framework software component.

Functions

platform

abstract fun platform(platformRequirements: Any): Unit

Inherited Functions

targetPlatform

abstract fun targetPlatform(targetPlatform: String): Unit

Specifies a platform that this component should be built be for.

Inheritors

PlayApplicationSpec

interface PlayApplicationSpec : ApplicationSpec, PlayPlatformAwareComponentSpec

Definition of a Play Framework software component that is built by Gradle.