Skip to content

Commit 45fcd05

Browse files
committed
Comment out mavenLocal() again
1 parent 871d0bb commit 45fcd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`kotlin-dsl`
33
}
44
repositories {
5-
mavenLocal()
5+
//mavenLocal() // comment out when not needed
66
gradlePluginPortal()
77
//maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88
}

0 commit comments

Comments
 (0)