mirror of https://github.com/sbt/sbt.git
parent
0539410fdd
commit
531ea5f635
|
|
@ -19,7 +19,7 @@ private[sbt] object ComponentCompiler {
|
||||||
val binSeparator = "-bin_"
|
val binSeparator = "-bin_"
|
||||||
val javaVersion = System.getProperty("java.class.version")
|
val javaVersion = System.getProperty("java.class.version")
|
||||||
|
|
||||||
def interfaceProvider(manager: ComponentManager, ivyConfiguration: IvyConfiguration, sourcesModule: ModuleID): CompilerInterfaceProvider = new CompilerInterfaceProvider {
|
def interfaceProvider(manager: ComponentManager, ivyConfiguration: IvyConfiguration, sourcesModule: ModuleID): CompilerBridgeProvider = new CompilerBridgeProvider {
|
||||||
def apply(scalaInstance: xsbti.compile.ScalaInstance, log: Logger): File =
|
def apply(scalaInstance: xsbti.compile.ScalaInstance, log: Logger): File =
|
||||||
{
|
{
|
||||||
// this is the instance used to compile the interface component
|
// this is the instance used to compile the interface component
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue