mirror of https://github.com/sbt/sbt.git
Fix installer name
This commit is contained in:
parent
bd18a0c2c6
commit
4043810dda
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue