Revert "Automatically choose proper compiler bridge for dotty"

This reverts commit 2283c68031.
This commit is contained in:
Eugene Yokota 2017-08-28 12:12:09 -04:00
parent 8412f0254b
commit aaf259f4fd
1 changed files with 1 additions and 8 deletions

View File

@ -390,14 +390,7 @@ object Defaults extends BuildCommon {
val _ = clean.value
IvyActions.cleanCachedResolutionCache(ivyModule.value, streams.value.log)
},
scalaCompilerBridgeSource := {
if (ScalaInstance.isDotty(scalaVersion.value))
// Maintained at https://github.com/lampepfl/dotty/tree/master/sbt-bridge
ModuleID(scalaOrganization.value, "dotty-sbt-bridge", scalaVersion.value)
.withConfigurations(Some("component"))
.sources()
else ZincUtil.getDefaultBridgeModule(scalaVersion.value)
}
scalaCompilerBridgeSource := ZincUtil.getDefaultBridgeModule(scalaVersion.value)
)
// must be a val: duplication detected by object identity
private[this] lazy val compileBaseGlobal: Seq[Setting[_]] = globalDefaults(