Skip to content

Commit

Permalink
Attempt to add all neuroshapes dirs in the project sources
Browse files Browse the repository at this point in the history
  • Loading branch information
MFSY committed Feb 5, 2019
1 parent 690ff24 commit d631866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ inThisBuild(
releaseEarlyEnableSyncToMaven := false,
))

unmanagedResourceDirectories in Compile += baseDirectory.value / "shapes"
packageSrc / mappings in Compile ++= (baseDirectory.value / "shapes" * "*" get) map
unmanagedResourceDirectories in Compile += baseDirectory.value / "."
packageSrc / mappings in Compile ++= (baseDirectory.value / "." * "*" get) map
(x => x -> ("shapes/" + x.getName))


Expand Down

0 comments on commit d631866

Please sign in to comment.