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

maven repo url changed #348

Closed
bnwlf opened this issue Jan 24, 2020 · 2 comments
Closed

maven repo url changed #348

bnwlf opened this issue Jan 24, 2020 · 2 comments

Comments

@bnwlf
Copy link

bnwlf commented Jan 24, 2020

Hi,
the maven repo url which is set in line 88 to 92 in the build.gradle file isn't up to date.

repositories {

    mavenCentral()                                        // Most dependencies

    maven { url 'https://jitpack.io' }                    // Github: RoddyToolLib, BatchEuphoria

    maven { url "http://central.maven.org/maven2/" }      // Some of the remaining dependencies

}

The servers are now days only reachable via https and a new url.
maven { url "https://repo1.maven.org/maven2/" } // Some of the remaining dependencies
This change fixes the problem.
Cheers!

@vinjana
Copy link
Contributor

vinjana commented Jan 24, 2020

Cool! Thanks for you contribution. I will directly change this!

@vinjana
Copy link
Contributor

vinjana commented Jan 24, 2020

Fixed with tag a803975

@vinjana vinjana closed this as completed Jan 24, 2020
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

No branches or pull requests

2 participants