api / org.gradle.play.plugins / PlayPluginConfigurations

PlayPluginConfigurations

@Incubating open class PlayPluginConfigurations

Conventional locations and names for play plugins.

Constructors

<init>

PlayPluginConfigurations(configurations: ConfigurationContainer, dependencyHandler: DependencyHandler)

Properties

COMPILE_CONFIGURATION

static val COMPILE_CONFIGURATION: String

PLATFORM_CONFIGURATION

static val PLATFORM_CONFIGURATION: String

RUN_CONFIGURATION

static val RUN_CONFIGURATION: String

TEST_COMPILE_CONFIGURATION

static val TEST_COMPILE_CONFIGURATION: String

Functions

getPlay

open fun getPlay(): PlayConfiguration

getPlayPlatform

open fun getPlayPlatform(): PlayConfiguration

getPlayRun

open fun getPlayRun(): PlayConfiguration

getPlayTest

open fun getPlayTest(): PlayConfiguration

Extension Properties

ext

val PlayPluginConfigurations.ext: ExtraPropertiesExtension

Retrieves the ext extension.

Extension Functions

ext

fun PlayPluginConfigurations.ext(configure: ExtraPropertiesExtension.() -> Unit): Unit

Configures the ext extension.