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 816b160 commit cec329fCopy full SHA for cec329f
gax-java/gax/src/main/resources/META-INF/native-image/com.google.api/gax/native-image.properties
@@ -1,6 +1,7 @@
1
Args = --enable-url-protocols=https,http \
2
--initialize-at-build-time=org.conscrypt,\
3
- org.junit.platform.engine.TestTag \
+ org.junit.platform.engine.TestTag,\
4
+ com.google.api.gax.core.GaxProperties \
5
--features=com.google.api.gax.nativeimage.OpenCensusFeature,\
6
com.google.api.gax.nativeimage.GoogleJsonClientFeature \
7
--add-modules=jdk.httpserver
0 commit comments