mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04:00
Added jcenter as dependency in allprojects.repositories, should fix the 'Could not find org.jetbrains.trove4j:trove4j:20160824' error in Travis
This commit is contained in:
parent
87571ee333
commit
7ae79c0239
@ -39,6 +39,7 @@ allprojects {
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
jcenter()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user