mirror of https://github.com/grpc/grpc-java.git
interop test: fix project evaluation order (#9800)
This commit is contained in:
parent
d761fc6db9
commit
45554def76
|
|
@ -14,7 +14,9 @@ configurations {
|
||||||
alpnagent
|
alpnagent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
evaluationDependsOn(project(':grpc-core').path)
|
||||||
evaluationDependsOn(project(':grpc-context').path)
|
evaluationDependsOn(project(':grpc-context').path)
|
||||||
|
evaluationDependsOn(project(':grpc-api').path)
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(path: ':grpc-alts', configuration: 'shadow'),
|
implementation project(path: ':grpc-alts', configuration: 'shadow'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue