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 cd12e32 commit bbfe8a3Copy full SHA for bbfe8a3
project/Build.scala
@@ -438,7 +438,7 @@ object Build {
438
// packageAll should always be run before tests
439
javaOptions ++= {
440
val externalDeps = externalCompilerClasspathTask.value
441
- val jars = packageAll.in(LocalProject("dotty-compiler-bootstrapped")).value
+ val jars = packageAll.in(LocalProject("dotty-compiler")).value
442
443
List(
444
"-Ddotty.tests.classes.dottyInterfaces=" + jars("dotty-interfaces"),
0 commit comments