Unverified Commit 3fb28929 authored by Abhishek Ghaskata's avatar Abhishek Ghaskata Committed by GitHub

remove jcenter from build.gradle (#81633)

parent 8d04c555
......@@ -6,12 +6,6 @@ buildscript {
repositories {
google()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
......@@ -23,12 +17,6 @@ allprojects {
repositories {
google()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment