We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mavenLocal()
1 parent 79bdc16 commit c7795f7Copy full SHA for c7795f7
buildSrc/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
repositories {
6
- //mavenLocal() // comment out when not needed
+ mavenLocal() // TODO comment out when not needed so the build is always reproducible by others
7
gradlePluginPortal()
8
google()
9
mavenCentral()
buildSrc/src/main/kotlin/common-conventions.gradle.kts
@@ -8,7 +8,7 @@ plugins {
10
11
- //mavenLocal() // commented out so the build is always reproducible by others // put back if needed when depending on a snapshot
12
13
14
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb
0 commit comments