api / org.gradle.platform.base / ApplicationSpec

ApplicationSpec

@Incubating interface ApplicationSpec : GeneralComponentSpec

A specification of a org.gradle.platform.base.Application.

Inheritors

NativeExecutableSpec

interface NativeExecutableSpec : ApplicationSpec, NativeComponentSpec, TargetedNativeComponent

Definition of a native executable component that is to be built by Gradle.

PlayApplicationSpec

interface PlayApplicationSpec : ApplicationSpec, PlayPlatformAwareComponentSpec

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