File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -756,10 +756,12 @@ object Build {
756
756
val sbtOrg = " org.scala-sbt"
757
757
val bridgeDirectoryPattern = s " * ${dottyVersion}* "
758
758
759
+ val log = streams.value.log
760
+ log.info(" Cleaning the dotty-sbt-bridge cache" )
759
761
IO .delete((file(home) / " .ivy2" / " cache" / sbtOrg * bridgeDirectoryPattern).get)
760
762
IO .delete((file(home) / " .sbt" / " boot" * " scala-*" / sbtOrg / " sbt" * " *" * bridgeDirectoryPattern).get)
761
763
},
762
- packageSrc in Compile := (packageSrc in Compile ).dependsOn(cleanSbtBridge).value,
764
+ compile in Compile := (compile in Compile ).dependsOn(cleanSbtBridge).value,
763
765
description := " sbt compiler bridge for Dotty" ,
764
766
resolvers += Resolver .typesafeIvyRepo(" releases" ), // For org.scala-sbt:api
765
767
libraryDependencies ++= Seq (
You can’t perform that action at this time.
0 commit comments