rename grpc-context-override-opentelemetry and publish artifact (#11599)

This commit is contained in:
yifeizhuang 2024-10-08 17:00:33 -07:00 committed by GitHub
parent 9d252c2466
commit e59ae5fad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
plugins {
id "java-library"
// until we are confident we like the name
//id "maven-publish"
id "maven-publish"
id "ru.vyarus.animalsniffer"
}

View File

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