Skip to content

Commit cec329f

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 816b160 commit cec329f

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,6 +1,7 @@
11
Args = --enable-url-protocols=https,http \
22
--initialize-at-build-time=org.conscrypt,\
3-
org.junit.platform.engine.TestTag \
3+
org.junit.platform.engine.TestTag,\
4+
com.google.api.gax.core.GaxProperties \
45
--features=com.google.api.gax.nativeimage.OpenCensusFeature,\
56
com.google.api.gax.nativeimage.GoogleJsonClientFeature \
67
--add-modules=jdk.httpserver

0 commit comments

Comments
 (0)