mirror of https://github.com/sbt/sbt.git
fix compiler-interface-src artifact
This commit is contained in:
parent
69fec711be
commit
d7f991632e
|
|
@ -201,7 +201,7 @@ object Sbt extends Build
|
|||
//
|
||||
def compileInterfaceSettings: Seq[Setting[_]] = precompiledSettings ++ Seq(
|
||||
exportJars := true,
|
||||
artifact in packageSrc := Artifact(srcID) extra("e:component" -> srcID)
|
||||
artifact in (Compile, packageSrc) := Artifact(srcID) extra("e:component" -> srcID)
|
||||
)
|
||||
def compilerSettings = Seq(
|
||||
libraryDependencies <+= scalaVersion( "org.scala-lang" % "scala-compiler" % _ % "test"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue