api / org.gradle.play.tasks

Package org.gradle.play.tasks

Types

JavaScriptMinify

open class JavaScriptMinify : SourceTask

Task to minify JavaScript assets.

PlayCoffeeScriptCompile

open class PlayCoffeeScriptCompile : CoffeeScriptCompile

Task for compiling CoffeeScript sources into JavaScript.

PlayRun

open class PlayRun : ConventionTask

Task to run a Play application.

RoutesCompile

open class RoutesCompile : SourceTask

Task for compiling routes templates into Scala code.

This task is usually created as one of the build tasks when building a Play application with the org.gradle.play.plugins.PlayPlugin plugin. Explicit configuration of this task is not expected and should be performed on the equivalent settings at the org.gradle.play.PlayApplicationSpec level.

TwirlCompile

open class TwirlCompile : SourceTask

Task for compiling Twirl templates into Scala code.