Skip to content

Commit

Permalink
Uncomment mavenLocal()
Browse files Browse the repository at this point in the history
  • Loading branch information
david-perez committed Nov 16, 2023
1 parent f18d13b commit 8df82fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins { }

allprojects {
repositories {
/* mavenLocal() */
mavenLocal()
mavenCentral()
google()
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
repositories {
mavenCentral()
google()
/* mavenLocal() */
mavenLocal()
}

// Load properties manually to avoid hard coding smithy version
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pluginManagement {

buildscript {
repositories {
/* mavenLocal() */
mavenLocal()
mavenCentral()
google()
}
Expand Down

0 comments on commit 8df82fd

Please sign in to comment.