Skip to content

Commit 1c35c2e

Browse files
committed
Work around a bug in play's use of sbt-native-packager
See sbt/sbt-native-packager#624
1 parent 138e9d3 commit 1c35c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ lazy val mainProject = project.in(file("."))
3232
.enablePlugins(PlayScala, RiffRaffArtifact)
3333
.settings(Defaults.coreDefaultSettings: _*)
3434
.settings(
35+
PlayKeys.externalizeResources := false,
3536
routesGenerator := InjectedRoutesGenerator,
3637
// Never interested in the version number in the artifact name
3738
name in Universal := normalizedName.value,

0 commit comments

Comments
 (0)