Skip to content

Commit 0a2992c

Browse files
committed
fix: instantiate GaxProperties when running to ensure we get the protobuf version. This should not vary from runtime for graalvm builds.
1 parent cec329f commit 0a2992c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Args = --enable-url-protocols=https,http \
22
--initialize-at-build-time=org.conscrypt,\
33
org.junit.platform.engine.TestTag,\
4-
com.google.api.gax.core.GaxProperties \
4+
com.google.api.gax.core.GaxProperties, \
5+
com.google.common.base.Platform \
56
--features=com.google.api.gax.nativeimage.OpenCensusFeature,\
67
com.google.api.gax.nativeimage.GoogleJsonClientFeature \
78
--add-modules=jdk.httpserver

0 commit comments

Comments
 (0)