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

build(gradle): migrate to maven central #270

Closed
wants to merge 6 commits into from

Conversation

stachu540
Copy link
Contributor

@stachu540 stachu540 commented Feb 5, 2021

Prerequisites for Code Changes

  • This pull request follows the code style of the project
  • I have tested this feature

Changes Proposed

Update build.gradle and deployment.gradle

  • removes bintray and artifactory plugin existance
  • setup signing to sign deployment
  • setup maven-publish to publishing central (snapshot and release)

Additional Information

This proposal changes requries only those environmental variables:

  • SONATYPE_USER - Nexus username
  • SONATYPE_PASSWORD - Nexus passowrd

Closes #269

@stachu540
Copy link
Contributor Author

I'd suggest merge #229 before marking them to ready to review

…uild/merge-to-central

� Conflicts:
�	build.gradle
using only binary distribution type, because all type will slow down build and will download much more data. That's we should avoid that.
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