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

Commit a5f1dc2

Browse files
authored
fix(java): initialize TestTag at build time (#732)
1 parent f6be82f commit a5f1dc2

File tree

1 file changed

+2
-1
lines changed
  • native-image-support/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-core

1 file changed

+2
-1
lines changed

native-image-support/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-core/native-image.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Args = --allow-incomplete-classpath \
22
--enable-url-protocols=https,http \
33
--initialize-at-build-time=org.conscrypt,\
4-
org.slf4j.LoggerFactory \
4+
org.slf4j.LoggerFactory,\
5+
org.junit.platform.engine.TestTag \
56
--initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\
67
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\
78
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\

0 commit comments

Comments
 (0)