Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: instantiate GaxProperties at build time to ensure we get the protobuf version #3365

Merged
merged 4 commits into from
Nov 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: instantiate GaxProperties when running to ensure we get the prot…
…obuf version. This should not vary from runtime for graalvm builds.
ldetmer committed Nov 12, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit cec329fd0aa1e9bd8b0af9ab52d22d2c424bd05d
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Args = --enable-url-protocols=https,http \
--initialize-at-build-time=org.conscrypt,\
org.junit.platform.engine.TestTag \
org.junit.platform.engine.TestTag,\
com.google.api.gax.core.GaxProperties \
--features=com.google.api.gax.nativeimage.OpenCensusFeature,\
com.google.api.gax.nativeimage.GoogleJsonClientFeature \
--add-modules=jdk.httpserver