Skip to content

Commit 2cdfab3

Browse files
author
majid
committed
removed unnecessary maven repositories.
1 parent 039d561 commit 2cdfab3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

settings.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
pluginManagement {
22
repositories {
33
gradlePluginPortal()
4-
maven { url 'https://gradle.iranrepo.ir' }
5-
maven { url 'https://maven.google.com' }
64
google()
75
mavenCentral()
86
}
@@ -11,8 +9,6 @@ dependencyResolutionManagement {
119
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1210
repositories {
1311
gradlePluginPortal()
14-
maven { url 'https://gradle.iranrepo.ir' }
15-
maven { url 'https://maven.google.com' }
1612
maven { url 'https://jitpack.io' }
1713
google()
1814
mavenCentral()

0 commit comments

Comments
 (0)