Skip to content

Commit

Permalink
Merge pull request #131 from bpitman/master
Browse files Browse the repository at this point in the history
fix snapshot release?
  • Loading branch information
bpitman committed Jul 14, 2015
2 parents 3090679 + 9bbc0e5 commit b19011b
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;timestamp=${now}/")
else
Some("bintray" at s"https://api.bintray.com/maven/${bintrayOrganization.value.get}/${bintrayRepository.value}/maven/")
publishTo.value
//Some("bintray" at s"https://api.bintray.com/maven/${bintrayOrganization.value.get}/${bintrayRepository.value}/maven/")
},

storeBintrayCredentials := {
Expand Down

0 comments on commit b19011b

Please sign in to comment.