Skip to content

Commit 9444f44

Browse files
committed
Fix #3225: Do not aggregate the language server to the root project
1 parent be01457 commit 9444f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,8 +1109,8 @@ object Build {
11091109

11101110
// FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests
11111111
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
1112-
aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, dottyDoc, `dotty-language-server`, dottySbtBridgeReference).
1113-
bootstrappedAggregate(`scala-library`, `scala-compiler`, `scala-reflect`, scalap).
1112+
aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, dottyDoc, dottySbtBridgeReference).
1113+
bootstrappedAggregate(`scala-library`, `scala-compiler`, `scala-reflect`, scalap, `dotty-language-server`).
11141114
dependsOn(dottyCompiler).
11151115
dependsOn(dottyLibrary).
11161116
nonBootstrappedSettings(

0 commit comments

Comments
 (0)