Skip to content

Commit

Permalink
fix: remove unnecessary slf4j and AbstractGoogleClientRequest native …
Browse files Browse the repository at this point in the history
…image configs (#2628)

fix: remove unnecessary slf4j and AbstractGoogleClientRequest native image configs
  • Loading branch information
mpeddada1 committed Apr 18, 2024
1 parent 4c38c57 commit 0cb7d0e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Args = --enable-url-protocols=https,http \
--initialize-at-build-time=org.conscrypt,\
org.slf4j.LoggerFactory,\
org.junit.platform.engine.TestTag \
--initialize-at-run-time=com.google.api.client.googleapis.services.AbstractGoogleClientRequest$ApiClientVersion \
--features=com.google.api.gax.nativeimage.OpenCensusFeature,\
com.google.api.gax.nativeimage.GoogleJsonClientFeature \
--add-modules=jdk.httpserver

0 comments on commit 0cb7d0e

Please sign in to comment.