Skip to content

Commit

Permalink
Merge pull request #29 from 2m/wip-use-common-bintray-package
Browse files Browse the repository at this point in the history
Use common bintray package
  • Loading branch information
2m authored Nov 10, 2016
2 parents f082177 + db32156 commit 6525eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ script:
deploy:
provider: script
script:
- sbt -J-XX:ReservedCodeCacheSize=128m +publish bintraySyncMavenCentral
# do the maven central sync only once, as all of the artifacts are under the same bintray package
- sbt -J-XX:ReservedCodeCacheSize=128m +publish amqp/bintraySyncMavenCentral
on:
tags: true
repo: akka/alpakka
Expand Down
3 changes: 2 additions & 1 deletion project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ object Publish extends AutoPlugin {
override def requires = BintrayPlugin

override def projectSettings = Seq(
bintrayOrganization := Some("akka")
bintrayOrganization := Some("akka"),
bintrayPackage := "alpakka"
)
}

Expand Down

0 comments on commit 6525eb1

Please sign in to comment.