Skip to content

Commit

Permalink
removed unnecessary maven repositories. (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: majid <[email protected]>
  • Loading branch information
MajidArabi and majid authored Jul 5, 2023
1 parent 039d561 commit deb4f92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://gradle.iranrepo.ir' }
maven { url 'https://maven.google.com' }
google()
mavenCentral()
}
Expand All @@ -11,8 +9,6 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
gradlePluginPortal()
maven { url 'https://gradle.iranrepo.ir' }
maven { url 'https://maven.google.com' }
maven { url 'https://jitpack.io' }
google()
mavenCentral()
Expand Down

0 comments on commit deb4f92

Please sign in to comment.