Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
[ci][java] Use mavenCentral for dependencies (apache#13239)
Browse files Browse the repository at this point in the history
This swaps from jcenter to mavenCentral to resolve networking issues. Fixes apache#13240
  • Loading branch information
driazati authored and xinetzone committed Nov 25, 2022
1 parent 07ffb8f commit a36e2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/android_deploy/app/download-models.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def models = ['extraction.zip']
def MODEL_URL = 'https://github.com/PariksheetPinjari909/TVM_models/blob/master/extraction_model'
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'de.undercouch:gradle-download-task:5.0.4'
Expand Down

0 comments on commit a36e2fd

Please sign in to comment.