api / org.gradle.play.platform / PlayPlatform

PlayPlatform

@Incubating interface PlayPlatform : Platform

Defines and configures a Play Framework environment including versions of Play, Scala and Java.

Functions

getJavaPlatform

abstract fun getJavaPlatform(): JavaPlatform

Version of Java Runtime to use.

getPlayVersion

abstract fun getPlayVersion(): String

Version of Play Framework to use

getScalaPlatform

abstract fun getScalaPlatform(): ScalaPlatform

Version of Scala Runtime to use.

Inherited Functions

getDisplayName

abstract fun getDisplayName(): String

Returns a human consumable name for this platform.

getName

abstract fun getName(): String