@@ -145,7 +145,6 @@ lazy val aggregated: Seq[ProjectReference] = compilerInterface.projectRefs ++
145
145
zincClasspath.projectRefs ++
146
146
zincClassfile.projectRefs ++
147
147
zincCompileCore.projectRefs ++
148
- zincCompile.projectRefs ++
149
148
zincCore.projectRefs ++
150
149
zincPersist.projectRefs ++
151
150
Seq (zincPersistCore : ProjectReference ) ++
@@ -239,22 +238,6 @@ lazy val zincTesting = (projectMatrix in internalPath / "zinc-testing")
239
238
.jvmPlatform(scalaVersions = scala3_only)
240
239
.configure(addSbtIO, addSbtUtilLogging)
241
240
242
- lazy val zincCompile = (projectMatrix in zincRootPath / " zinc-compile" )
243
- .dependsOn(zincCompileCore, zincCompileCore % " test->test" )
244
- .settings(
245
- name := " zinc Compile" ,
246
- mimaSettings,
247
- mimaBinaryIssueFilters ++= Seq (
248
- exclude[IncompatibleSignatureProblem ](" sbt.inc.Doc*" ),
249
- exclude[IncompatibleResultTypeProblem ](" sbt.inc.Doc*" ),
250
- exclude[IncompatibleMethTypeProblem ](" sbt.inc.Doc*" ),
251
- exclude[DirectMissingMethodProblem ](" sbt.inc.Doc*" ),
252
- exclude[ReversedMissingMethodProblem ](" sbt.inc.Doc*" ),
253
- ),
254
- )
255
- .jvmPlatform(scalaVersions = scala3_only)
256
- .configure(addBaseSettingsAndTestDeps, addSbtUtilTracking)
257
-
258
241
// Persists the incremental data structures using Protobuf
259
242
lazy val zincPersist = (projectMatrix in internalPath / " zinc-persist" )
260
243
.dependsOn(zincCore, zincCompileCore, zincPersistCoreAssembly, zincCore % " test->test" )
0 commit comments