We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138e9d3 commit 1c35c2eCopy full SHA for 1c35c2e
build.sbt
@@ -32,6 +32,7 @@ lazy val mainProject = project.in(file("."))
32
.enablePlugins(PlayScala, RiffRaffArtifact)
33
.settings(Defaults.coreDefaultSettings: _*)
34
.settings(
35
+ PlayKeys.externalizeResources := false,
36
routesGenerator := InjectedRoutesGenerator,
37
// Never interested in the version number in the artifact name
38
name in Universal := normalizedName.value,
0 commit comments