Skip to content

Commit c7795f7

Browse files
committed
Add mavenLocal() for our snapshot dependencies (both build dependencies and library dependencies) to resolve
1 parent 79bdc16 commit c7795f7

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() // comment out when not needed
6+
mavenLocal() // TODO comment out when not needed so the build is always reproducible by others
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() // commented out so the build is always reproducible by others // put back if needed when depending on a snapshot
11+
mavenLocal() // TODO comment out when not needed so the build is always reproducible by others
1212
mavenCentral()
1313
google()
1414
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb

0 commit comments

Comments
 (0)