Skip to content

Commit

Permalink
Root project.
Browse files Browse the repository at this point in the history
  • Loading branch information
lastland committed Jul 30, 2016
1 parent 4baba9f commit 11bd3d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ object migrationBuild extends Build {
<id>lastland</id>
<name>Yao Li</name>
</developer>
</developers>))
</developers>))

lazy val root = Project(
"scala-forklift", file(".")).settings(
publish := { }, publishLocal := { }).aggregate(
coreProject, slickMigrationProject, plainMigrationProject, gitToolProject)
lazy val coreProject = Project(
"scala-forklift-core", file("core")).settings(
commonSettings:_*).settings {
Expand Down

0 comments on commit 11bd3d2

Please sign in to comment.