Added missing jcenter repository

This commit is contained in:
Anuken
2019-04-13 14:57:26 -04:00
parent a443263439
commit 8a983c784d

View File

@ -113,6 +113,7 @@ allprojects{
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven{ url "https://oss.sonatype.org/content/repositories/releases/" }
maven{ url 'https://jitpack.io' }
jcenter()
}
}