publishArtifact := false

This commit is contained in:
Eugene Yokota 2015-08-31 03:19:51 -04:00
parent fca7a42f3d
commit 76d5aa4988
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ lazy val utilRoot: Project = (project in file(".")).
commonSettings,
name := "Util Root",
publish := {},
publishLocal := {}
publishLocal := {},
publishArtifact := false
)
// defines Java structures used across Scala versions, such as the API structures and relationships extracted by