You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi,
the maven repo url which is set in line 88 to 92 in the build.gradle file isn't up to date.
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!
The text was updated successfully, but these errors were encountered: