mirror of https://github.com/sbt/sbt.git
sonaBundle shouldn't aggregate
This commit is contained in:
parent
dc235777fe
commit
341cd9cf24
|
|
@ -279,6 +279,7 @@ object Defaults extends BuildCommon {
|
|||
((ThisBuild / baseDirectory).value / "target" / "sona-bundle" / "bundle.zip").toPath()
|
||||
)
|
||||
.toFile(),
|
||||
sonaBundle / aggregate :== false,
|
||||
commands ++= Seq(Publishing.sonaRelease, Publishing.sonaUpload),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue