From 2a47205ef7f8964b69b288f54409ac7c9d3f4d56 Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Thu, 12 Dec 2019 18:10:45 -0800 Subject: [PATCH] Add utilLogging contraband directory to managedSourceDirectories See https://github.com/sbt/contraband/issues/76. --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index a3e41ede7..8bbff6876 100644 --- a/build.sbt +++ b/build.sbt @@ -345,6 +345,8 @@ lazy val utilLogging = (project in file("internal") / "util-logging") case _ => List() }), 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 => val old = (contrabandFormatsForType in generateContrabands in Compile).value val name = tpe.removeTypeParameters.name