Skip to content

Commit

Permalink
Merge pull request #133 from bpitman/master
Browse files Browse the repository at this point in the history
Test explicit bintray settings
  • Loading branch information
bpitman committed Jul 14, 2015
2 parents 118c920 + ec39dc6 commit 9695b03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Bintray.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sbt._
import sbt.Keys._
import bintray.BintrayPlugin._
import bintray.BintrayCredentials.api
import bintray.BintrayKeys._

Expand All @@ -13,7 +14,7 @@ object Bintray {
}
lazy val storeBintrayCredentials = taskKey[Unit]("store bintray credentials")

lazy val settings: Seq[Def.Setting[_]] = Seq(
lazy val settings: Seq[Def.Setting[_]] = buildPublishSettings ++ Seq(
bintrayRepository := "maven",
bintrayPackage := "iep",
bintrayOrganization := Some("netflixoss"),
Expand Down

0 comments on commit 9695b03

Please sign in to comment.