Skip to content

Commit 7670cfb

Browse files
committed
Note about jul-jsonformatter
1 parent 6835496 commit 7670cfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interop-testing/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ dependencies {
3232
libraries.truth
3333
censusGrpcMetricDependency 'implementation'
3434
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
3538
runtimeOnly group: 'io.github.devatherock', name: 'jul-jsonformatter', version: '1.1.0'
3639
runtimeOnly libraries.opencensus_impl,
3740
libraries.netty_tcnative,

0 commit comments

Comments
 (0)