commit Gradle dependency lock files
This commit is contained in:
parent
a493d4e00b
commit
a4e919a75f
6 changed files with 300 additions and 0 deletions
|
@ -16,3 +16,8 @@ tasks.withType<AbstractArchiveTask>().configureEach {
|
|||
isPreserveFileTimestamps = false
|
||||
isReproducibleFileOrder = true
|
||||
}
|
||||
|
||||
dependencyLocking {
|
||||
lockMode.set(LockMode.STRICT)
|
||||
lockAllConfigurations()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue