Skip to content

Commit 80b1fd3

Browse files
committed
Add dotty-library-bootstrappedJS in the dotty-bootstrapped aggregate.
So that it gets published together with the rest of the distribution.
1 parent 9a2247f commit 80b1fd3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

project/Build.scala

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,10 @@ object Build {
783783
settings(
784784
unmanagedSourceDirectories in Compile :=
785785
(unmanagedSourceDirectories in (`dotty-library-bootstrapped`, Compile)).value,
786+
787+
// Make sure `dotty-bootstrapped/test` doesn't fail on this project for no reason
788+
test in Test := {},
789+
testOnly in Test := {},
786790
)
787791

788792
lazy val tastyCoreSettings = Seq(
@@ -1400,7 +1404,8 @@ object Build {
14001404
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
14011405
aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, tastyCore, dottyDoc, `dotty-sbt-bridge`).
14021406
bootstrappedAggregate(`scala-library`, `scala-compiler`, `scala-reflect`, scalap,
1403-
`dotty-language-server`, `dotty-staging`, `dotty-tasty-inspector`, `dotty-tastydoc`).
1407+
`dotty-language-server`, `dotty-staging`, `dotty-tasty-inspector`, `dotty-tastydoc`,
1408+
`dotty-library-bootstrappedJS`).
14041409
dependsOn(tastyCore).
14051410
dependsOn(dottyCompiler).
14061411
dependsOn(dottyLibrary).

0 commit comments

Comments
 (0)