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

Change to maven central repo #2

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

jonra1993
Copy link

Background (Why?)

There is a bug trying to install this package. There is no way to get public access to gcs://snapengine-maven-publish/releases

Change/Solution (What?)

Replace

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

by

    google()
    mavenCentral()

In example code androot code. After that change, the example code can run.

Screenshots for any visual changes

N/A

Test Plans

N/A

jciereszko1 added a commit that referenced this pull request Sep 19, 2024
## 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
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.

1 participant