File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments