diff --git a/build.sbt b/build.sbt index 53c5f8b3c..4289788e6 100644 --- a/build.sbt +++ b/build.sbt @@ -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")