Skip to content

Commit a433449

Browse files
committed
Merge pull request #134 from bpitman/master
Test explicit bintray settings
2 parents 9695b03 + 44d6abe commit a433449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Bintray.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Bintray {
2222
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
2323
credentials += Credentials("Artifactory Realm", "oss.jfrog.org", user, pass),
2424

25-
publishTo := {
25+
publishTo in bintray := {
2626
if (isSnapshot.value)
2727
Some("OJO" at s"https://oss.jfrog.org/oss-snapshot-local;build.timestamp=${now}/")
2828
else

0 commit comments

Comments
 (0)