Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
fix: remove --allow-incomplete-classpath which was deprecated as of G…
Browse files Browse the repository at this point in the history
…raalvm 22.1.0 (#1794)

fix: remove --allow-incomplete-classpath which has been deprecated as of Graalvm 22.1.0
  • Loading branch information
mpeddada1 committed Sep 19, 2022
1 parent 5300759 commit e5c739c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Args = --allow-incomplete-classpath \
--enable-url-protocols=https,http \
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
com.google.api.gax.nativeimage.GoogleJsonClientFeature

0 comments on commit e5c739c

Please sign in to comment.