File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -779,22 +779,6 @@ object Build {
779779 case Bootstrapped => `dotty-library-bootstrapped`
780780 }
781781
782- lazy val dottySbtBridgeSettings = Seq (
783- description := " sbt compiler bridge for Dotty" ,
784- resolvers += Resolver .typesafeIvyRepo(" releases" ), // For org.scala-sbt:api
785- libraryDependencies ++= Seq (
786- Dependencies .`compiler-interface` % Provided ,
787- (Dependencies .`zinc-api-info` % Test ).withDottyCompat(scalaVersion.value)
788- ),
789-
790- // sources are Java-only, tests are in Scala
791- crossPaths in Compile := false ,
792- autoScalaLibrary in Compile := false ,
793-
794- fork in Test := true ,
795- parallelExecution in Test := false
796- )
797-
798782 lazy val `dotty-sbt-bridge` = project.in(file(" sbt-bridge" )).
799783 dependsOn(dottyCompiler(NonBootstrapped ) % Provided ).
800784 dependsOn(dottyDoc(NonBootstrapped ) % Provided ).
You can’t perform that action at this time.
0 commit comments