This commit is contained in:
2025-07-16 12:56:56 +09:00
parent 3d65f30516
commit 405b8c8fed
14 changed files with 2926 additions and 2117 deletions
+4 -2
View File
@@ -3,7 +3,8 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
// jcenter()
maven (url = "https://maven.mozilla.org/maven2/")
}
}
@@ -11,9 +12,10 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
jcenter()
// jcenter()
google()
mavenCentral()
maven (url = "https://maven.mozilla.org/maven2/")
maven(url = "https://jitpack.io")
}
}