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.
1 parent 725aa0a commit 050b0e4Copy full SHA for 050b0e4
project/Build.scala
@@ -297,11 +297,6 @@ object Build {
297
298
/** Projects -------------------------------------------------------------- */
299
300
- // Needed because the dotty project aggregates dotty-sbt-bridge but dotty-sbt-bridge
301
- // currently refers to dotty in its scripted task and "aggregate" does not take by-name
302
- // parameters: https://github.com/sbt/sbt/issues/2200
303
- lazy val dottySbtBridgeRef = LocalProject("dotty-sbt-bridge")
304
-
305
// The root project:
306
// - aggregates other projects so that "compile", "test", etc are run on all projects at once.
307
// - publishes its own empty artifact "dotty" that depends on "dotty-library" and "dotty-compiler",
0 commit comments