Replace deprecated jcenter() with Maven Central mirror URL for dependency resolution in Gradle build scripts

This commit is contained in:
Mario Campos
2026-06-24 22:41:39 +00:00
parent 1c37688ec1
commit 688213056c
13 changed files with 52 additions and 36 deletions

View File

@@ -12,9 +12,9 @@ apply plugin: 'java'
// In this section you declare where to find the dependencies of your project
repositories {
// Use 'jcenter' for resolving your dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
maven {
url = 'https://maven-central.storage-download.googleapis.com/maven2/'
}
}
// In this section you declare the dependencies for your production and test code