Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Fix URL for resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 24, 2020
1 parent 1ca2307 commit 0862c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Bintray.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Bintray {
case (true, _) =>
BintrayMavenResolver(
s"Bintray-Maven-Publish-${repo.subject}-${repo.repo}-${pkg.name}",
s"https://api.bintray.com/maven/${repo.subject}/${repo.repo}/${repo.repo}", pkg, release)
s"https://api.bintray.com/maven/${repo.subject}/${repo.repo}/${pkg.name}", pkg, release, ignoreExists = false)
case (false, _) =>
BintrayIvyResolver(
s"Bintray-${if (isSbtPlugin) "Sbt" else "Ivy"}-Publish-${repo.subject}-${repo.repo}-${pkg.name}",
Expand Down

0 comments on commit 0862c76

Please sign in to comment.