Skip to content

Commit

Permalink
chore: remove any mention to maven local repo [WPB-2799] (#3104)
Browse files Browse the repository at this point in the history
Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
MohamadJaara and yamilmedina authored Jun 24, 2024
1 parent 86dbace commit 094c1aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ plugins {
}

repositories {
mavenLocal()
wireDetektRulesRepo()
google()
}
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ buildscript {

allprojects {
repositories {
mavenLocal()
google()
mavenCentral()
maven { url = java.net.URI("https://jitpack.io") }
Expand Down
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ plugins {
}

repositories {
mavenLocal()
google()
mavenCentral()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
Expand Down

0 comments on commit 094c1aa

Please sign in to comment.