Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
fix(java): initialize LoggerFactory at build time (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jan 25, 2022
1 parent 9ff47e6 commit eb3aba2
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,6 +1,7 @@
Args = --allow-incomplete-classpath \
--enable-url-protocols=https,http \
--initialize-at-build-time=org.conscrypt \
--initialize-at-build-time=org.conscrypt,\
org.slf4j.LoggerFactory \
--initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\
Expand Down

0 comments on commit eb3aba2

Please sign in to comment.