Skip to content

Commit 7cb814a

Browse files
committed
Removes mavenCentral for now
1 parent 1bfd69c commit 7cb814a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
ext.ktlintVersion = '0.33.0'
55
repositories {
66
google()
7-
mavenCentral()
87
jcenter()
98
}
109
dependencies {
@@ -24,7 +23,6 @@ plugins {
2423
allprojects {
2524
repositories {
2625
google()
27-
mavenCentral()
2826
jcenter()
2927
}
3028
apply plugin: 'com.diffplug.spotless'

0 commit comments

Comments
 (0)