Skip to content

Commit 923c2fe

Browse files
natiginfogithub-actions[bot]
authored andcommitted
[maps-android] add mavenLocal to repositories (#6274)
When building test app, we should be able to look for dependencies in local maven since deployment takes some time. Relates to: * mapbox/mapbox-sdk#5592 * mapbox/mapbox-sdk#6155 cc @mapbox/maps-android GitOrigin-RevId: 2814781d0795af2fbb2cbda42f6de09af3dff7ee
1 parent 33d439c commit 923c2fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ buildscript {
3333

3434
allprojects {
3535
repositories {
36+
mavenLocal()
3637
google()
3738
mavenCentral()
3839
maven {

0 commit comments

Comments
 (0)