public class LagomPlay
extends sbt.AutoPlugin
By enabling this along with a Play plugin, it ensures that when you runAll, it will start the Play app sign well.
lazy val playJavaApp = project.in(file(".")).enablePlugins(PlayJava, LagomPlay)
Constructor and Description |
---|
LagomPlay() |
Modifier and Type | Method and Description |
---|---|
static scala.collection.Seq<sbt.Init.Setting<? extends scala.Equals>> |
projectSettings() |
static sbt.Plugins |
requires() |
static sbt.PluginTrigger |
trigger() |