interop test: fix project evaluation order (#9800)

This commit is contained in:
yifeizhuang 2023-01-09 15:49:07 -08:00 committed by GitHub
parent d761fc6db9
commit 45554def76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,7 +14,9 @@ configurations {
alpnagent
}
evaluationDependsOn(project(':grpc-core').path)
evaluationDependsOn(project(':grpc-context').path)
evaluationDependsOn(project(':grpc-api').path)
dependencies {
implementation project(path: ':grpc-alts', configuration: 'shadow'),