Skip to content

Commit 88bf1db

Browse files
Remove mavenLocal()
1 parent 9d0c005 commit 88bf1db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-logic/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginManagement {
1010
gradlePluginPortal()
1111
mavenCentral()
1212
google()
13-
mavenLocal()
13+
// mavenLocal()
1414
}
1515

1616
plugins { //

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99
gradlePluginPortal()
1010
mavenCentral()
1111
google()
12-
mavenLocal()
12+
// mavenLocal()
1313
}
1414

1515
plugins { //

0 commit comments

Comments
 (0)