mirror of https://github.com/sbt/sbt.git
Fix bintrayRepository
This commit is contained in:
parent
d150825e18
commit
426f43f618
|
|
@ -13,7 +13,7 @@ def buildLevelSettings: Seq[Setting[_]] = inThisBuild(Seq(
|
|||
version := "1.0.0-SNAPSHOT",
|
||||
bintrayOrganization := Some("sbt"),
|
||||
bintrayRepository := {
|
||||
if (isSnapshot.value) "maven-releases"
|
||||
if (!isSnapshot.value) "maven-releases"
|
||||
else "maven-snapshots"
|
||||
},
|
||||
bintrayPackage := "sbt",
|
||||
|
|
|
|||
Loading…
Reference in New Issue