Skip to content

Commit

Permalink
fix publishTo scope...newer sbt I guess?
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrodgers committed Feb 23, 2018
1 parent 6f88b3e commit e122015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ licenses += ("BSD", url("http://opensource.org/licenses/BSD-3-Clause"))

bintrayReleaseOnPublish := ! isSnapshot.value

publishTo := Def.taskDyn[Option[Resolver]] {
publishTo in ThisBuild := Def.taskDyn[Option[Resolver]] {
if (isSnapshot.value)
Def.task(Some("Artifactory Realm" at "https://oss.jfrog.org/oss-snapshot-local/"))
else
Expand Down

0 comments on commit e122015

Please sign in to comment.