Fix installer name

This commit is contained in:
eugene yokota 2017-04-09 07:37:42 -07:00
parent bd18a0c2c6
commit 4043810dda
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ def makePublishToForConfig(config: Configuration) = {
// Add the publish to and ensure global resolvers has the resolver we just configured.
inConfig(config)(Seq(
name := "sbt",
bintrayOrganization := {
// offline installation exceeds 50MB file limit for OSS organization
if (sbtOfflineInstall) Some("sbt")