rename grpc-context-override-opentelemetry and publish artifact (#11599) · grpc/grpc-java@e59ae5f

2 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -1,7 +1,6 @@

11

plugins {

22

id "java-library"

3-

// until we are confident we like the name

4-

//id "maven-publish"

3+

id "maven-publish"

54
65

id "ru.vyarus.animalsniffer"

76

}

Original file line numberDiff line numberDiff line change

@@ -77,7 +77,7 @@ include ":grpc-istio-interop-testing"

7777

include ":grpc-inprocess"

7878

include ":grpc-util"

7979

include ":grpc-opentelemetry"

80-

include ":grpc-opentelemetry-context-storage-override"

80+

include ":grpc-context-override-opentelemetry"

8181
8282

project(':grpc-api').projectDir = "$rootDir/api" as File

8383

project(':grpc-core').projectDir = "$rootDir/core" as File

@@ -114,7 +114,7 @@ project(':grpc-istio-interop-testing').projectDir = "$rootDir/istio-interop-test

114114

project(':grpc-inprocess').projectDir = "$rootDir/inprocess" as File

115115

project(':grpc-util').projectDir = "$rootDir/util" as File

116116

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

118118
119119

if (settings.hasProperty('skipCodegen') && skipCodegen.toBoolean()) {

120120

println '*** Skipping the build of codegen and compilation of proto files because skipCodegen=true'