Merge pull request #5302 from eatkins/util-contraband

Add utilLogging contraband directory to managedSourceDirectories
This commit is contained in:
eugene yokota 2019-12-12 22:51:41 -05:00 committed by GitHub
commit cfbdd8d82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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