Skip to content

Commit a51ba07

Browse files
committed
chore: replace jcenter with mavenCentral and gradlePluginPortal
1 parent 779b1d5 commit a51ba07

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
buildscript {
99
repositories {
1010
google()
11-
jcenter()
12-
mavenLocal()
11+
mavenCentral()
12+
// org.jetbrains.trove4j:trove4j
13+
gradlePluginPortal()
1314
maven {
1415
url 'https://heisluft.de/maven'
1516
}
@@ -44,8 +45,9 @@ buildscript {
4445
allprojects {
4546
repositories {
4647
google()
47-
jcenter()
48-
mavenLocal()
48+
mavenCentral()
49+
// org.jetbrains.trove4j:trove4j
50+
gradlePluginPortal()
4951
maven {
5052
url "http://artifactory.terasology.org/artifactory/libs-release-local"
5153
}

0 commit comments

Comments
 (0)