Publish tests in utilLogging project

They are used by the tests in sbt/librarymanagement
This commit is contained in:
Martin Duhem 2015-08-31 00:48:28 +02:00
parent 8eae9ba726
commit bb20c40ecc
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ lazy val utilLogging = (project in internalPath / "util-logging").
dependsOn(utilInterface).
settings(
testedBaseSettings,
publishArtifact in (Test, packageBin) := true,
name := "Util Logging",
libraryDependencies += jline
)