mirror of https://github.com/sbt/sbt.git
publish nightlies to bintray
This commit is contained in:
parent
5a7bb765df
commit
feca1f6fad
|
|
@ -15,7 +15,7 @@ def buildLevelSettings: Seq[Setting[_]] = Seq(
|
|||
// bintrayOrganization in ThisBuild := None,
|
||||
// bintrayRepository in ThisBuild := "test-test-test",
|
||||
bintrayOrganization in ThisBuild := Some("sbt"),
|
||||
bintrayRepository in ThisBuild := "ivy-releases",
|
||||
bintrayRepository in ThisBuild := s"ivy-${(publishStatus in ThisBuild).value}",
|
||||
bintrayPackage in ThisBuild := "sbt"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue