fix URL of sonatype snapshots repo

This commit is contained in:
johan12345
2020-08-12 08:12:02 +02:00
parent a2c1a2cf82
commit ab7cbc981b

View File

@@ -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'
}