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.
1 parent b7b75ec commit 6fb89f6Copy full SHA for 6fb89f6
1 file changed
settings.gradle
@@ -29,7 +29,8 @@ gradle.lifecycle.beforeProject {p ->
29
dependencyLocking {
30
lockMode = LockMode.STRICT
31
lockAllConfigurations()
32
- lockFile.set file("locks/${(p.path + ":").replace(':', ' ').trim().replace(' ', '-')}buildscript-gradle.lockfile")
+ var cleanProjectName = (p.path + ":").replace(':', ' ').trim().replace(' ', '-')
33
+ lockFile.set file("locks/${cleanProjectName}buildscript-gradle.lockfile")
34
}
35
36
0 commit comments