From e5c739c093067f6f2340f873ed96dfea8ef9b7d6 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Mon, 19 Sep 2022 10:11:16 -0400 Subject: [PATCH] fix: remove --allow-incomplete-classpath which was deprecated as of Graalvm 22.1.0 (#1794) fix: remove --allow-incomplete-classpath which has been deprecated as of Graalvm 22.1.0 --- .../native-image/com.google.api/gax/native-image.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gax/src/main/resources/META-INF/native-image/com.google.api/gax/native-image.properties b/gax/src/main/resources/META-INF/native-image/com.google.api/gax/native-image.properties index c1ceae5b4..ef5493f67 100644 --- a/gax/src/main/resources/META-INF/native-image/com.google.api/gax/native-image.properties +++ b/gax/src/main/resources/META-INF/native-image/com.google.api/gax/native-image.properties @@ -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 \ No newline at end of file + com.google.api.gax.nativeimage.GoogleJsonClientFeature