mirror of https://github.com/sbt/sbt.git
publishArtifact := false
This commit is contained in:
parent
fca7a42f3d
commit
76d5aa4988
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue