mirror of
https://github.com/google/nomulus.git
synced 2025-08-13 21:19:38 +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
|
// TODO(weiminyu): enable more dependency checks
|
||||||
]
|
]
|
||||||
|
|
||||||
|
dependencyLock.includeTransitives = true
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue