Skip to content

Commit

Permalink
Add pubishSettings to subprojects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Mar 27, 2020
1 parent 8b0245d commit 55a8c0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,12 @@ lazy val chiselSettings = Seq (

lazy val macros = (project in file("macros")).
settings(name := "chisel3-macros").
settings(commonSettings: _*)
settings(commonSettings: _*).
settings(publishSettings: _*)

lazy val core = (project in file("core")).
settings(commonSettings: _*).
settings(publishSettings: _*).
settings(
name := "chisel3-core",
scalacOptions := scalacOptions.value ++ Seq(
Expand Down

0 comments on commit 55a8c0d

Please sign in to comment.