File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -779,22 +779,6 @@ object Build {
779
779
case Bootstrapped => `dotty-library-bootstrapped`
780
780
}
781
781
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
-
798
782
lazy val `dotty-sbt-bridge` = project.in(file(" sbt-bridge" )).
799
783
dependsOn(dottyCompiler(NonBootstrapped ) % Provided ).
800
784
dependsOn(dottyDoc(NonBootstrapped ) % Provided ).
You can’t perform that action at this time.
0 commit comments