Skip to content

Commit

Permalink
Remove mavenLocal()
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Jan 4, 2023
1 parent 0b8156d commit 23be0bd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pluginManagement {
gradlePluginPortal()
mavenCentral()
google()
mavenLocal()
}

plugins {
Expand All @@ -20,11 +19,3 @@ pluginManagement {
plugins {
id("com.javiersc.hubdle.settings")
}

dependencyResolutionManagement {
repositories {
mavenCentral()
google()
mavenLocal()
}
}

0 comments on commit 23be0bd

Please sign in to comment.