We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df4b3dd + 0434552 commit e344bd9Copy full SHA for e344bd9
project/Build.scala
@@ -741,11 +741,7 @@ object Build {
741
lazy val `dotty-sbt-bridge-bootstrapped` = project.in(file("sbt-bridge")).
742
dependsOn(`dotty-compiler-bootstrapped`).
743
settings(commonBootstrappedSettings).
744
- settings(dottySbtBridgeSettings).
745
- settings(
746
- // Disabled because dotty crashes when compiling the tests
747
- sources in Test := Seq()
748
- )
+ settings(dottySbtBridgeSettings)
749
750
lazy val `dotty-language-server` = project.in(file("language-server")).
751
0 commit comments