Migrate dev projects from jcenter to mavenCentral (#78812)

This commit is contained in:
Jenn Magder
2021-03-22 17:39:02 -07:00
committed by GitHub
parent 6556d1db17
commit 2eca1f4033
25 changed files with 352 additions and 50 deletions

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -7,7 +7,13 @@ buildscript {
ext.kotlin_version = "1.3.72"
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
@@ -21,7 +27,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -6,7 +6,13 @@ buildscript {
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -18,7 +24,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
@@ -15,7 +21,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -6,7 +6,13 @@ buildscript {
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -18,7 +24,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
@@ -15,7 +21,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,14 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +23,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
maven {
url 'https://google.bintray.com/exoplayer/'
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
@@ -15,7 +21,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -6,7 +6,13 @@ buildscript {
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -18,7 +24,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -5,7 +5,13 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -16,7 +22,14 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

View File

@@ -6,7 +6,13 @@ buildscript {
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
dependencies {
@@ -18,7 +24,13 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}