Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add additional unmanaged resources (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvinm authored and zhang-hua committed Nov 16, 2018
1 parent f5bd681 commit b5e3274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device-telemetry/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ lazy val commonSettings = Seq(
publishArtifact in(Compile, packageSrc) := true,
publishArtifact in(Compile, packageBin) := true,

unmanagedResourceDirectories in Compile += baseDirectory.value / "app",

// Test
testOptions in Test := Seq(Tests.Argument(TestFrameworks.JUnit, "-a", "-v")),

Expand Down

0 comments on commit b5e3274

Please sign in to comment.