Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -741,11 +741,7 @@ object Build {
lazy val `dotty-sbt-bridge-bootstrapped` = project.in(file("sbt-bridge")).
dependsOn(`dotty-compiler-bootstrapped`).
settings(commonBootstrappedSettings).
settings(dottySbtBridgeSettings).
settings(
// Disabled because dotty crashes when compiling the tests
sources in Test := Seq()
)
settings(dottySbtBridgeSettings)

lazy val `dotty-language-server` = project.in(file("language-server")).
dependsOn(`dotty-compiler-bootstrapped`).
Expand Down