Skip to content

Commit

Permalink
Disable mavenLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Aug 30, 2024
1 parent d2ef5ec commit 9ecad63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
repositories {
google()
if (gradle.startParameter.taskNames.any { it.contains("Debug") }) {
mavenLocal()
}
//mavenLocal() TODO Do not put this in production
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
Expand Down

0 comments on commit 9ecad63

Please sign in to comment.