Skip to content

Commit

Permalink
add mavenLocal for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Dec 23, 2024
1 parent 7c9a8ca commit ab8eda6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ pluginManagement {
google()
gradlePluginPortal()
mavenCentral()
mavenLocal()
}
}

dependencyResolutionManagement {
repositories {
google()
mavenCentral()
mavenLocal()
}
}

Expand Down
2 changes: 2 additions & 0 deletions projects/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ pluginManagement {
google()
gradlePluginPortal()
mavenCentral()
mavenLocal()
}
}

dependencyResolutionManagement {
repositories {
google()
mavenCentral()
mavenLocal()
}
}

Expand Down

0 comments on commit ab8eda6

Please sign in to comment.