Skip to content

Commit 6da66c2

Browse files
committed
Remove dead code in the build
1 parent 0bd225f commit 6da66c2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

project/Build.scala

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -779,22 +779,6 @@ object Build {
779779
case Bootstrapped => `dotty-library-bootstrapped`
780780
}
781781

782-
lazy val dottySbtBridgeSettings = Seq(
783-
description := "sbt compiler bridge for Dotty",
784-
resolvers += Resolver.typesafeIvyRepo("releases"), // For org.scala-sbt:api
785-
libraryDependencies ++= Seq(
786-
Dependencies.`compiler-interface` % Provided,
787-
(Dependencies.`zinc-api-info` % Test).withDottyCompat(scalaVersion.value)
788-
),
789-
790-
// sources are Java-only, tests are in Scala
791-
crossPaths in Compile := false,
792-
autoScalaLibrary in Compile := false,
793-
794-
fork in Test := true,
795-
parallelExecution in Test := false
796-
)
797-
798782
lazy val `dotty-sbt-bridge` = project.in(file("sbt-bridge")).
799783
dependsOn(dottyCompiler(NonBootstrapped) % Provided).
800784
dependsOn(dottyDoc(NonBootstrapped) % Provided).

0 commit comments

Comments
 (0)