Skip to content

Commit

Permalink
Merge pull request #1 from sebthom/patch-1
Browse files Browse the repository at this point in the history
remove reference to jcenter repo which was shutdown
  • Loading branch information
martinloren authored Nov 25, 2021
2 parents 861a074 + 360c2ed commit 260f100
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ buildscript {
repositories {
mavenCentral()
mavenLocal()
jcenter()
google()
maven { url 'https://raw.githubusercontent.com/martinloren/AabResGuard/mvn-repo' }
}
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ buildscript {
apply from: rootProject.file("gradle/config.gradle")
repositories {
google()
//jcenter()
if ("true".equalsIgnoreCase(System.getProperty('useLocalMaven', "false"))) {
println "Using local repo."
mavenLocal()
Expand Down Expand Up @@ -33,7 +32,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
if ("true".equalsIgnoreCase(System.getProperty('useLocalMaven', "false"))) {
mavenLocal()
} else {
Expand Down
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
buildscript {
repositories {
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
Expand Down
1 change: 0 additions & 1 deletion wiki/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
google()
}
dependencies {
Expand Down

0 comments on commit 260f100

Please sign in to comment.