Skip to content

Commit 55a8c0d

Browse files
committed
Add pubishSettings to subprojects.
1 parent 8b0245d commit 55a8c0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,12 @@ lazy val chiselSettings = Seq (
124124

125125
lazy val macros = (project in file("macros")).
126126
settings(name := "chisel3-macros").
127-
settings(commonSettings: _*)
127+
settings(commonSettings: _*).
128+
settings(publishSettings: _*)
128129

129130
lazy val core = (project in file("core")).
130131
settings(commonSettings: _*).
132+
settings(publishSettings: _*).
131133
settings(
132134
name := "chisel3-core",
133135
scalacOptions := scalacOptions.value ++ Seq(

0 commit comments

Comments
 (0)