Skip to content

Commit

Permalink
use mavenCentral in light of JCenter shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cfig committed Feb 22, 2021
1 parent b108110 commit 50273a9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 53 deletions.
2 changes: 1 addition & 1 deletion aosp/boot_signer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion bbootimg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (parseGradleVersion(gradle.gradleVersion) < 6) {

buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath("org.apache.commons:commons-exec:1.3")
Expand Down
50 changes: 0 additions & 50 deletions tools/gfw.sh

This file was deleted.

0 comments on commit 50273a9

Please sign in to comment.