Skip to content

Commit

Permalink
chore: remove any mention to maven local repo (#2814)
Browse files Browse the repository at this point in the history
* chore: remove any mention to maven local repo

* detekt

---------

Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
MohamadJaara and yamilmedina authored Jun 25, 2024
1 parent 40a9d95 commit 9470546
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ android {
resources.pickFirsts.add("google/protobuf/*.proto")
jniLibs.pickFirsts.add("**/libsodium.so")
}

// sourceSets { map { it.java.srcDir("src/${it.name}/kotlin") } }
}

repositories {
maven {
url = uri("$rootDir/localrepo/")
}
}

dependencies {
Expand Down
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ buildscript {
}

repositories {
mavenLocal()
wireDetektRulesRepo()
google()
mavenCentral()
Expand All @@ -69,7 +68,6 @@ tasks.withType<Test> {

allprojects {
repositories {
mavenLocal()
google()
mavenCentral()
}
Expand Down

0 comments on commit 9470546

Please sign in to comment.