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.
buildSrc
1 parent a4c2c93 commit 71265bdCopy full SHA for 71265bd
buildSrc/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
repositories {
6
- mavenLocal() // TODO comment out when not needed
+ //mavenLocal() // comment out when not needed
7
gradlePluginPortal()
8
google()
9
mavenCentral()
buildSrc/src/main/kotlin/common-conventions.gradle.kts
@@ -8,7 +8,7 @@ plugins {
10
11
- mavenLocal()
+ //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