Skip to content

Commit ecfea9d

Browse files
committed
Remove fork setting
1 parent 8fd3cbe commit ecfea9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project/Build.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,8 +766,6 @@ object Build {
766766
settings(commonBootstrappedSettings).
767767
settings(commonDottyJarClasspathSettings).
768768
settings(
769-
fork in run := true,
770-
fork in Test := true,
771769
javaOptions ++= {
772770
val jars = packageAll.in(`dotty-compiler-bootstrapped`).value
773771
List("-Ddotty.tests.classes.dottyStaging=" + jars("dotty-staging"))

0 commit comments

Comments
 (0)