Add comment about bom dependencies (#9436)
This commit is contained in:
parent
f7128b0d59
commit
43ebdb85cd
|
@ -33,6 +33,7 @@ afterEvaluate {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// this applies version numbers to the SDK bom and SDK alpha bom which are dependencies of the instrumentation boms
|
||||||
evaluationDependsOn(":dependencyManagement")
|
evaluationDependsOn(":dependencyManagement")
|
||||||
val dependencyManagementConf = configurations.create("dependencyManagement") {
|
val dependencyManagementConf = configurations.create("dependencyManagement") {
|
||||||
isCanBeConsumed = false
|
isCanBeConsumed = false
|
||||||
|
|
Loading…
Reference in New Issue