Merge pull request #2073 from sbt/fix/2043

Fixes #2043. bintrayRelease is repeated 20x?
This commit is contained in:
eugene yokota 2015-06-24 20:37:47 -04:00
commit bea01ba1c7
1 changed files with 2 additions and 1 deletions

View File

@ -499,7 +499,8 @@ def otherRootSettings = Seq(
Scripted.scriptedSource <<= (sourceDirectory in sbtProj) / "sbt-test",
publishAll := {
val _ = (publishLocal).all(ScopeFilter(inAnyProject)).value
}
},
aggregate in bintrayRelease := false
) ++ inConfig(Scripted.MavenResolverPluginTest)(Seq(
Scripted.scripted <<= scriptedTask,
Scripted.scriptedUnpublished <<= scriptedUnpublishedTask,