File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " java-library"
3
- // until we are confident we like the name
4
- // id "maven-publish"
3
+ id " maven-publish"
5
4
6
5
id " ru.vyarus.animalsniffer"
7
6
}
Original file line number Diff line number Diff line change @@ -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'
You can’t perform that action at this time.
0 commit comments