Skip to content

Commit 71265bd

Browse files
committed
Comment out the Maven local repositories for Gradle buildSrc and projects so the build is always reproducible by others
1 parent a4c2c93 commit 71265bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
repositories {
6-
mavenLocal() // TODO comment out when not needed
6+
//mavenLocal() // comment out when not needed
77
gradlePluginPortal()
88
google()
99
mavenCentral()

buildSrc/src/main/kotlin/common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
repositories {
11-
mavenLocal()
11+
//mavenLocal() // commented out so the build is always reproducible by others // put back if needed when depending on a snapshot
1212
mavenCentral()
1313
google()
1414
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb

0 commit comments

Comments
 (0)