Skip to content

Commit

Permalink
Removing more mavenLocal() instances
Browse files Browse the repository at this point in the history
  • Loading branch information
tyvsmith committed Mar 13, 2022
1 parent 2519df8 commit 023c95e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import java.text.SimpleDateFormat
buildscript {
apply from: "../dependencies.gradle"
repositories {
mavenLocal()
gradlePluginPortal()
mavenLocal()
}
dependencies {
classpath deps.build.bintrayPlugin
Expand All @@ -24,7 +22,6 @@ repositories {
mavenCentral()
google()
gradlePluginPortal()
mavenLocal()
}

jar {
Expand Down

0 comments on commit 023c95e

Please sign in to comment.