Fixes #2043. bintrayRelease is repeated 20x?

This commit is contained in:
Eugene Yokota 2015-06-24 16:56:45 -04:00
parent 01f1627702
commit 13c8d00848
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,