Skip to content

Commit

Permalink
[ML-5968] Update publishing dependencies (#181)
Browse files Browse the repository at this point in the history
Use spDist with manual upload to publish instead of spPublish because the upload step of spDist is flaky.
  • Loading branch information
MrBago authored and yogeshg committed Jan 16, 2019
1 parent a946636 commit 7aff76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PUBLISH_MODES = {
"local": "publishLocal",
"m2": "publishM2",
"spark-package-publish": "spPublish",
"spark-package-publish": "spDist",
}
PUBLISH_DOCS_DEFAULT = True

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You may use this file to add plugin dependencies for sbt.
resolvers += "Spark Packages repo" at "https://dl.bintray.com/spark-packages/maven/"
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.5")
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.6")
// scalacOptions in (Compile,doc) := Seq("-groups", "-implicits")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

Expand Down

0 comments on commit 7aff76e

Please sign in to comment.