File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -702,16 +702,15 @@ object Build {
702702 ScriptedPlugin .sbtTestDirectory := baseDirectory.value / " sbt-test" ,
703703 ScriptedPlugin .scriptedLaunchOpts := Seq (" -Xmx1024m" ),
704704 ScriptedPlugin .scriptedBufferLog := false ,
705- ScriptedPlugin .scripted := {
705+ ScriptedPlugin .scripted := ScriptedPlugin .scripted.dependsOn( Def .task {
706706 val x0 = (publishLocal in `dotty-sbt-bridge-bootstrapped`).value
707707 val x1 = (publishLocal in `dotty-interfaces`).value
708708 val x2 = (publishLocal in `dotty-compiler-bootstrapped`).value
709709 val x3 = (publishLocal in `dotty-library-bootstrapped`).value
710710 val x4 = (publishLocal in `scala-library`).value
711711 val x5 = (publishLocal in `scala-reflect`).value
712712 val x6 = (publishLocal in `dotty-bootstrapped`).value // Needed because sbt currently hardcodes the dotty artifact
713- ScriptedPlugin .scriptedTask.evaluated
714- }
713+ }).evaluated
715714 // TODO: Use this instead of manually copying DottyInjectedPlugin.scala
716715 // everywhere once https://github.com/sbt/sbt/issues/2601 gets fixed.
717716 /* ,
You can’t perform that action at this time.
0 commit comments