Skip to content

Commit

Permalink
jcenter() is deprecated, using mavenCentral (#974)
Browse files Browse the repository at this point in the history
Change-Id: Ice8e93745b92761589087caf3434cdf39ffaf9f3
  • Loading branch information
frankfliu authored May 24, 2021
1 parent f24dad9 commit 395d9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
url "https://mlrepo.djl.ai/maven/"
}
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -20,7 +20,7 @@ allprojects {

repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
maven {
url "https://mlrepo.djl.ai/maven/"
}
jcenter()
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
Expand Down

0 comments on commit 395d9f3

Please sign in to comment.