Skip to content

Commit cefb8da

Browse files
committed
aggregate all sub project
1 parent a430676 commit cefb8da

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

build.sbt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,15 @@ lazy val aggregated: Seq[ProjectReference] = compilerInterface.projectRefs ++
130130
zincCore.projectRefs ++
131131
zincPersist.projectRefs ++
132132
zincTesting.projectRefs ++
133-
zinc.projectRefs
133+
compilerBridgeTest.projectRefs ++
134+
zinc.projectRefs ++ Seq[ProjectReference](
135+
classesDep1,
136+
compilerBridgeScala213Bin,
137+
compilerBridgeScala3Bin,
138+
jar1,
139+
jar2,
140+
zincScripted3
141+
)
134142

135143
lazy val zincRoot: Project = (project in file("."))
136144
.aggregate(aggregated: _*)

project/ZincBuildUtil.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ object ZincBuildUtil {
4040

4141
def sampleProjectSettings(ext: String) =
4242
Seq(
43+
publish / skip := true,
4344
(Compile / scalaSource) := baseDirectory.value / "src",
4445
genTestResTask := {
4546
def resurcesDir = (file("zinc") / "src" / "test" / "resources" / "bin").getAbsoluteFile

0 commit comments

Comments
 (0)