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.
2 parents cd12e32 + bbfe8a3 commit 87f7a14Copy full SHA for 87f7a14
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