Skip to content

Commit bb08459

Browse files
committed
fix: missing tweaks to bspEnabled in the build
1 parent 581cef9 commit bb08459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,7 @@ object Build {
11731173
// with it as a parameter. THIS IS NOT A LEGIT USE CASE OF THE `-usejavacp` FLAG.
11741174
(Compile / run).toTask(" -usejavacp").value
11751175
},
1176+
bspEnabled := false,
11761177
)
11771178

11781179
// ==============================================================================================
@@ -1263,7 +1264,6 @@ object Build {
12631264
publish / skip := false,
12641265
// Project specific target folder. sbt doesn't like having two projects using the same target folder
12651266
target := target.value / "scala3-library-nonbootstrapped",
1266-
bspEnabled := false,
12671267
)
12681268

12691269
/* Configuration of the org.scala-lang:scala-library:*.**.**-bootstrapped project */
@@ -2223,6 +2223,7 @@ object Build {
22232223
Test / fork := false,
22242224

22252225
scalaJSUseMainModuleInitializer := true,
2226+
bspEnabled := false,
22262227
)
22272228

22282229
/** Scala.js test suite.

0 commit comments

Comments
 (0)