Skip to content

Commit

Permalink
Merge pull request #59 from armanbilge/fix/root-project
Browse files Browse the repository at this point in the history
Root project is in root dir
  • Loading branch information
sjrd authored Jun 27, 2022
2 parents 0f15436 + 00bff95 commit 9c52cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ ThisBuild / testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-s", "-v"
// project structure

lazy val root = project
.in(file("."))
.aggregate(core, webworker)
.enablePlugins(NoPublishPlugin)

Expand Down

0 comments on commit 9c52cf3

Please sign in to comment.