Skip to content

Build distribution zip files & upload to Zeus#979

Merged
bruno-garcia merged 5 commits intomainfrom
gh-950
Oct 16, 2020
Merged

Build distribution zip files & upload to Zeus#979
bruno-garcia merged 5 commits intomainfrom
gh-950

Conversation

@maciejwalkowiak
Copy link
Copy Markdown
Contributor

@maciejwalkowiak maciejwalkowiak commented Oct 14, 2020

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Build distribution zip files containing all files needed to be published to Maven.

Executing ./gradlew distZip creates in each module that is meant to be published (not in samples or support modules) a file build/distributions/<module-name>-<version>.zip.

💡 Motivation and Context

Solves #950, #951

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing
  • No breaking changes

🔮 Next steps

Find out how to publish files to Maven repository using either plain HTTP requests, Maven or Gradle (#952).

@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 14, 2020

Codecov Report

Merging #979 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #979   +/-   ##
=========================================
  Coverage     71.57%   71.57%           
  Complexity     1294     1294           
=========================================
  Files           134      134           
  Lines          4725     4725           
  Branches        489      489           
=========================================
  Hits           3382     3382           
  Misses         1087     1087           
  Partials        256      256           

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 518c15f...cdbfb1f. Read the comment docs.

Comment thread sentry-android/build.gradle.kts Outdated
Comment thread build.gradle.kts Outdated
@maciejwalkowiak
Copy link
Copy Markdown
Contributor Author

Should I add entry in changelog or we just ignore this validation here?

@maciejwalkowiak maciejwalkowiak changed the title Build distribution zip files. Build distribution zip files & upload to Zeus Oct 15, 2020
@bruno-garcia bruno-garcia merged commit 70e4a31 into main Oct 16, 2020
@bruno-garcia bruno-garcia deleted the gh-950 branch October 16, 2020 00:20
@bruno-garcia
Copy link
Copy Markdown
Member

Should I add entry in changelog or we just ignore this validation here?

No need, if it's not relevant for the SDK users it's fine to ignore it

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.

4 participants