We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6835496 commit 7670cfbCopy full SHA for 7670cfb
interop-testing/build.gradle
@@ -32,6 +32,9 @@ dependencies {
32
libraries.truth
33
censusGrpcMetricDependency 'implementation'
34
compileOnly libraries.javax_annotation
35
+ // Used instead of com.google.cloud:google-cloud-logging because it's
36
+ // failing due to a circular dependency on grpc.
37
+ // TODO(sergiitk): replace with com.google.cloud:google-cloud-logging
38
runtimeOnly group: 'io.github.devatherock', name: 'jul-jsonformatter', version: '1.1.0'
39
runtimeOnly libraries.opencensus_impl,
40
libraries.netty_tcnative,
0 commit comments