mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-05 21:11:35 +07: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 {
|
||||
google()
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
|
Loading…
Reference in New Issue
Block a user