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 TestTag at build time (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored Feb 15, 2022
1 parent f6be82f commit a5f1dc2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Args = --allow-incomplete-classpath \
--enable-url-protocols=https,http \
--initialize-at-build-time=org.conscrypt,\
org.slf4j.LoggerFactory \
org.slf4j.LoggerFactory,\
org.junit.platform.engine.TestTag \
--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 a5f1dc2

Please sign in to comment.