Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to sbt-sonatype 3.0 #663

Merged
merged 1 commit into from
Sep 5, 2019
Merged

Conversation

xerial
Copy link
Member

@xerial xerial commented Sep 5, 2019

Recently uploading artifacts to sonatype is significantly slower than before. To mitigate the issue, I've released sbt-sonatype 3.0 so that we can support parallel artifact upload:
https://github.com/xerial/sbt-sonatype#uploading-artifacts-in-parallel

And also sbt-sonatype 3.0 supports idempotent release by cleaning up previously uploaded artifacts. So if CI builds for tagged revisions fail, we can restart the failed jobs from the scratch.

cc: @takezoe @Lewuathe @shimamoto

@codecov
Copy link

codecov bot commented Sep 5, 2019

Codecov Report

Merging #663 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #663   +/-   ##
======================================
  Coverage    82.1%   82.1%           
======================================
  Files         240     240           
  Lines        8874    8874           
  Branches      680     680           
======================================
  Hits         7286    7286           
  Misses       1588    1588

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f6463e9...3afbc34. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant