mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 01:03:36 +02:00
Rename getCompilerSources to getCompiledBridge
Previous name was incorrect, we actually return the compiled bridge.
This commit is contained in:
+2
-2
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user