mirror of https://github.com/sbt/sbt.git
Rename `getCompilerSources` to `getCompiledBridge`
Previous name was incorrect, we actually return the compiled bridge.
This commit is contained in:
parent
e756f07aed
commit
8d9d007d3c
|
|
@ -56,8 +56,8 @@ private[sbt] object ZincComponentCompiler {
|
|||
bridgeModule: ModuleID)
|
||||
extends CompilerBridgeProvider {
|
||||
|
||||
override def getBridgeSources(scalaInstance: xsbti.compile.ScalaInstance,
|
||||
logger: xsbti.Logger): File = {
|
||||
override def getCompiledBridge(scalaInstance: xsbti.compile.ScalaInstance,
|
||||
logger: xsbti.Logger): File = {
|
||||
val autoClasspath = ClasspathOptionsUtil.auto
|
||||
val bridgeCompiler = new RawCompiler(scalaInstance, autoClasspath, logger)
|
||||
val ivyComponent =
|
||||
|
|
|
|||
Loading…
Reference in New Issue