Add comment about bom dependencies (#9436)

This commit is contained in:
Trask Stalnaker 2023-09-11 14:24:05 -07:00 committed by GitHub
parent f7128b0d59
commit 43ebdb85cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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")
val dependencyManagementConf = configurations.create("dependencyManagement") {
isCanBeConsumed = false