-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add deployment to Github packages & Maven Central #353
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ekigamba
changed the title
Add deployment to Github packages
Add deployment to Github packages & Maven Central
May 17, 2021
- Setting the publication name as mavenJava enables automatic generation of maven-metadata.xml file - Fetch the githubUsername and githubAccessToken values from gradle system eg. gradle.properties file - Fetch ossrhUsername and ossrhPassword from gradle system eg. gradle.properties file
Pull Request Test Coverage Report for Build #581
💛 - Coveralls |
ekigamba
force-pushed
the
github-publishing
branch
2 times, most recently
from
May 24, 2021 12:31
186b851
to
805c8be
Compare
ekigamba
force-pushed
the
github-publishing
branch
from
May 24, 2021 13:07
c19e43a
to
30ab141
Compare
- Move Mapbox instantiation to UI thread
- Disable failing of jacocoTestReport task
ekigamba
force-pushed
the
github-publishing
branch
from
October 1, 2021 19:40
7c8b453
to
56ef742
Compare
ekigamba
force-pushed
the
github-publishing
branch
4 times, most recently
from
October 4, 2021 12:41
5002274
to
3df043d
Compare
ekigamba
force-pushed
the
github-publishing
branch
from
October 4, 2021 15:28
3df043d
to
1dcbb0d
Compare
ekigamba
force-pushed
the
github-publishing
branch
3 times, most recently
from
October 5, 2021 09:20
05cb7e8
to
27c9953
Compare
ekigamba
force-pushed
the
github-publishing
branch
from
October 5, 2021 10:19
27c9953
to
c1029d8
Compare
- Update com.cgr.adapter:cgradapter-android to 0.18.1
ekigamba
force-pushed
the
github-publishing
branch
2 times, most recently
from
February 10, 2022 12:46
2920002
to
a269636
Compare
ekigamba
force-pushed
the
github-publishing
branch
from
February 10, 2022 13:02
a269636
to
c7b40b5
Compare
hilpitome
approved these changes
Feb 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #354
Fixes some tasks in #352
Created a new issue for Github packages usage #355