From 41619c76c15a36e7af3af634d17c692fd86db766 Mon Sep 17 00:00:00 2001 From: yifeizhuang Date: Fri, 4 Oct 2024 11:27:38 -0700 Subject: [PATCH 1/2] rename grpc-context-override-opentelemetry and publish artifact --- contextstorage/build.gradle | 3 +-- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/contextstorage/build.gradle b/contextstorage/build.gradle index 10c7f3a3a86..39ea003d462 100644 --- a/contextstorage/build.gradle +++ b/contextstorage/build.gradle @@ -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" } diff --git a/settings.gradle b/settings.gradle index b661e0f52db..f114618c8a3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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' From b4de0b5a082656aac329c154117884c5b2184430 Mon Sep 17 00:00:00 2001 From: yifeizhuang Date: Fri, 4 Oct 2024 13:08:59 -0700 Subject: [PATCH 2/2] fix project name --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index f114618c8a3..b451242f7c1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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