@@ -77,7 +77,7 @@ include ":grpc-istio-interop-testing"
|
77 | 77 | include ":grpc-inprocess" |
78 | 78 | include ":grpc-util" |
79 | 79 | include ":grpc-opentelemetry" |
80 | | -include ":grpc-opentelemetry-context-storage-override" |
| 80 | +include ":grpc-context-override-opentelemetry" |
81 | 81 | |
82 | 82 | project(':grpc-api').projectDir = "$rootDir/api" as File |
83 | 83 | project(':grpc-core').projectDir = "$rootDir/core" as File |
@@ -114,7 +114,7 @@ project(':grpc-istio-interop-testing').projectDir = "$rootDir/istio-interop-test
|
114 | 114 | project(':grpc-inprocess').projectDir = "$rootDir/inprocess" as File |
115 | 115 | project(':grpc-util').projectDir = "$rootDir/util" as File |
116 | 116 | project(':grpc-opentelemetry').projectDir = "$rootDir/opentelemetry" as File |
117 | | -project(':grpc-opentelemetry-context-storage-override').projectDir = "$rootDir/contextstorage" as File |
| 117 | +project(':grpc-context-override-opentelemetry').projectDir = "$rootDir/contextstorage" as File |
118 | 118 | |
119 | 119 | if (settings.hasProperty('skipCodegen') && skipCodegen.toBoolean()) { |
120 | 120 | println '*** Skipping the build of codegen and compilation of proto files because skipCodegen=true' |
|