mirror of https://github.com/sbt/sbt.git
Merge pull request #5302 from eatkins/util-contraband
Add utilLogging contraband directory to managedSourceDirectories
This commit is contained in:
commit
cfbdd8d82c
|
|
@ -345,6 +345,8 @@ lazy val utilLogging = (project in file("internal") / "util-logging")
|
||||||
case _ => List()
|
case _ => List()
|
||||||
}),
|
}),
|
||||||
sourceManaged in (Compile, generateContrabands) := baseDirectory.value / "src" / "main" / "contraband-scala",
|
sourceManaged in (Compile, generateContrabands) := baseDirectory.value / "src" / "main" / "contraband-scala",
|
||||||
|
managedSourceDirectories in Compile +=
|
||||||
|
baseDirectory.value / "src" / "main" / "contraband-scala",
|
||||||
contrabandFormatsForType in generateContrabands in Compile := { tpe =>
|
contrabandFormatsForType in generateContrabands in Compile := { tpe =>
|
||||||
val old = (contrabandFormatsForType in generateContrabands in Compile).value
|
val old = (contrabandFormatsForType in generateContrabands in Compile).value
|
||||||
val name = tpe.removeTypeParameters.name
|
val name = tpe.removeTypeParameters.name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue