Skip to content

Commit d2c6bb8

Browse files
committed
Comment out the Maven local repository for Gradle buildSrc so the build is always reproducible by others
1 parent 0c9e92f commit d2c6bb8

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() // TODO comment out when not needed
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)