mirror of
https://github.com/ev-map/EVMap.git
synced 2026-06-12 00:08:34 -04:00
fix URL of sonatype snapshots repo
This commit is contained in:
@@ -25,7 +25,7 @@ allprojects {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
maven { url "http://oss.sonatype.org/content/repositories/snapshots" }
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user