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

Fix for incorrect maven repository link #5

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

jciereszko1
Copy link
Collaborator

Background (Why?)

Repo is using not publicly available repository gcs://snapengine-maven-publish/releases which is preventing from building the solution

Change/Solution (What?)

Replace

        maven {
            url "gcs://snapengine-maven-publish/releases"
        }

by

    google()
    mavenCentral()

Based on the PR #2

Screenshots for any visual changes

N/A

Test Plans

Manually validated on iOS and Android devices

Copy link
Collaborator

@mikalai-snap mikalai-snap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jciereszko1 jciereszko1 merged commit 43dbef3 into main Sep 19, 2024
1 check passed
@jciereszko1 jciereszko1 deleted the 0.3.0-repo-url-fix branch September 19, 2024 23:56
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.

2 participants