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 {
702
702
ScriptedPlugin .sbtTestDirectory := baseDirectory.value / " sbt-test" ,
703
703
ScriptedPlugin .scriptedLaunchOpts := Seq (" -Xmx1024m" ),
704
704
ScriptedPlugin .scriptedBufferLog := false ,
705
- ScriptedPlugin .scripted := {
705
+ ScriptedPlugin .scripted := ScriptedPlugin .scripted.dependsOn( Def .task {
706
706
val x0 = (publishLocal in `dotty-sbt-bridge-bootstrapped`).value
707
707
val x1 = (publishLocal in `dotty-interfaces`).value
708
708
val x2 = (publishLocal in `dotty-compiler-bootstrapped`).value
709
709
val x3 = (publishLocal in `dotty-library-bootstrapped`).value
710
710
val x4 = (publishLocal in `scala-library`).value
711
711
val x5 = (publishLocal in `scala-reflect`).value
712
712
val x6 = (publishLocal in `dotty-bootstrapped`).value // Needed because sbt currently hardcodes the dotty artifact
713
- ScriptedPlugin .scriptedTask.evaluated
714
- }
713
+ }).evaluated
715
714
// TODO: Use this instead of manually copying DottyInjectedPlugin.scala
716
715
// everywhere once https://github.com/sbt/sbt/issues/2601 gets fixed.
717
716
/* ,
You can’t perform that action at this time.
0 commit comments