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)
Modifier and Type | Field and Description |
---|---|
static LagomPlay$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
LagomPlay$() |
Modifier and Type | Method and Description |
---|---|
scala.collection.Seq<sbt.Init.Setting<? extends scala.Equals>> |
projectSettings() |
sbt.Plugins |
requires() |
sbt.PluginTrigger |
trigger() |
public static final LagomPlay$ MODULE$