mirror of https://github.com/sbt/sbt.git
Add utilLogging contraband directory to managedSourceDirectories
See https://github.com/sbt/contraband/issues/76.
This commit is contained in:
parent
18c6264656
commit
2a47205ef7
|
|
@ -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