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