We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd3cbe commit ecfea9dCopy full SHA for ecfea9d
project/Build.scala
@@ -766,8 +766,6 @@ object Build {
766
settings(commonBootstrappedSettings).
767
settings(commonDottyJarClasspathSettings).
768
settings(
769
- fork in run := true,
770
- fork in Test := true,
771
javaOptions ++= {
772
val jars = packageAll.in(`dotty-compiler-bootstrapped`).value
773
List("-Ddotty.tests.classes.dottyStaging=" + jars("dotty-staging"))
0 commit comments