mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Disable publishing artificial root.
This commit is contained in:
committed by
Eugene Yokota
parent
999f42ab4f
commit
03dc3f6fd0
@@ -58,7 +58,7 @@ object Build {
|
|||||||
autoGeneratedProject := true
|
autoGeneratedProject := true
|
||||||
)
|
)
|
||||||
def defaultAggregatedProject(id: String, base: File, agg: Seq[ProjectRef]): Project =
|
def defaultAggregatedProject(id: String, base: File, agg: Seq[ProjectRef]): Project =
|
||||||
defaultProject(id, base).aggregate(agg: _*)
|
defaultProject(id, base).aggregate(agg: _*).settings(Keys.publishArtifact := false)
|
||||||
|
|
||||||
@deprecated("Use Attributed.data", "0.13.0")
|
@deprecated("Use Attributed.data", "0.13.0")
|
||||||
def data[T](in: Seq[Attributed[T]]): Seq[T] = Attributed.data(in)
|
def data[T](in: Seq[Attributed[T]]): Seq[T] = Attributed.data(in)
|
||||||
|
|||||||
Reference in New Issue
Block a user