Skip to content

Commit 6b112cf

Browse files
author
Robert Kruszewski
committed
publishing
1 parent 46dd078 commit 6b112cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ object SparkBuild extends PomBuild {
265265
DefaultMavenRepository,
266266
Resolver.mavenLocal,
267267
Resolver.bintrayRepo("palantir", "releases"),
268-
Resolver.url("Bintray API Realm", url("https://api.bintray.com/maven/palantir/releases/spark"))(Patterns("[organisation]/[module]/[revision]/[artifact].[ext]?publish=1")),
268+
Resolver.url("Bintray API Realm", url("https://api.bintray.com/maven/palantir/releases/spark"))(Patterns("[organisation]/[module]/[revision]/[artifact].[ext];publish=1")),
269269
Resolver.file("local", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
270270
),
271271
externalResolvers := resolvers.value,

0 commit comments

Comments
 (0)