We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779b1d5 commit a51ba07Copy full SHA for a51ba07
1 file changed
build.gradle
@@ -8,8 +8,9 @@
8
buildscript {
9
repositories {
10
google()
11
- jcenter()
12
- mavenLocal()
+ mavenCentral()
+ // org.jetbrains.trove4j:trove4j
13
+ gradlePluginPortal()
14
maven {
15
url 'https://heisluft.de/maven'
16
}
@@ -44,8 +45,9 @@ buildscript {
44
45
allprojects {
46
47
48
49
50
51
52
url "http://artifactory.terasology.org/artifactory/libs-release-local"
53
0 commit comments