Skip to content

Commit

Permalink
Merge pull request apache#39 from palantir/pw/publish
Browse files Browse the repository at this point in the history
Remove custom resolver
  • Loading branch information
pwoody authored Sep 25, 2016
2 parents 95679c9 + f507680 commit 8107f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ object SparkBuild extends PomBuild {
DefaultMavenRepository,
Resolver.mavenLocal,
Resolver.bintrayRepo("palantir", "releases"),
Resolver.url("Bintray API Realm", url("https://api.bintray.com/maven/palantir/releases/spark"))(Patterns("[organisation]/[module]/[revision]/[artifact]-[revision].[ext]")),
Resolver.url("Bintray API Realm", url("https://api.bintray.com/maven/palantir/releases/spark")),
Resolver.file("local", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
),
externalResolvers := resolvers.value,
Expand Down

0 comments on commit 8107f20

Please sign in to comment.