File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2514,10 +2514,10 @@ object Build {
25142514 Seq (
25152515 s " -Ddotty.tests.dottyCompilerManagedSources= ${managedSrcDir}" ,
25162516 s " -Ddotty.tests.classes.dottyInterfaces= ${(`scala3-interfaces` / Compile / packageBin).value}" ,
2517- s " -Ddotty.tests.classes.dottyCompiler= ${(ThisProject / Compile / packageBin).value}" ,
2518- s " -Ddotty.tests.classes.tastyCore= ${(`tasty-core-nonbootstrapped ` / Compile / packageBin).value}" ,
2517+ s " -Ddotty.tests.classes.dottyCompiler= ${(`scala3-compiler-bootstrapped-new` / Compile / packageBin).value}" ,
2518+ s " -Ddotty.tests.classes.tastyCore= ${(`tasty-core-bootstrapped-new ` / Compile / packageBin).value}" ,
25192519 s " -Ddotty.tests.classes.compilerInterface= ${findArtifactPath(externalDeps, " compiler-interface" )}" ,
2520- s " -Ddotty.tests.classes.scalaLibrary= ${(`scala-library-nonbootstrapped ` / Compile / packageBin).value}" ,
2520+ s " -Ddotty.tests.classes.scalaLibrary= ${(`scala-library-bootstrapped ` / Compile / packageBin).value}" ,
25212521 s " -Ddotty.tests.classes.scalaAsm= ${findArtifactPath(externalDeps, " scala-asm" )}" ,
25222522 s " -Ddotty.tools.dotc.semanticdb.test= ${(ThisBuild / baseDirectory).value/ " tests" / " semanticdb" }" ,
25232523 " -Ddotty.tests.classes.scalaJSScalalib=" + (`scala-library-sjs` / Compile / packageBin).value,
You can’t perform that action at this time.
0 commit comments