mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02:00
Lock transitive dependencies in Gradle project
By default, only direct dependencies are locked. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=231821158
This commit is contained in:
parent
8115909099
commit
8085468280
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ subprojects {
|
|||
// TODO(weiminyu): enable more dependency checks
|
||||
]
|
||||
|
||||
dependencyLock.includeTransitives = true
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue