mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 04:38:18 +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:
@ -39,6 +39,7 @@ allprojects {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
|
Reference in New Issue
Block a user