Skip to content

Commit

Permalink
Use publishTo in bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
bpitman committed Jul 14, 2015
1 parent 3a5731a commit 118c920
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
Expand Up @@ -25,7 +25,8 @@ object Bintray {
if (isSnapshot.value)
Some("OJO" at s"https://oss.jfrog.org/oss-snapshot-local;build.timestamp=${now}/")
else
Some("bintray" at s"https://api.bintray.com/${bintrayOrganization.value.get}/${bintrayRepository.value}/")
publishTo in bintray value
//Some("bintray" at s"https://api.bintray.com/${bintrayOrganization.value.get}/${bintrayRepository.value}/")
},

storeBintrayCredentials := {
Expand Down

0 comments on commit 118c920

Please sign in to comment.