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

Commit

Permalink
fix(java): address ClassNotFoundException in GraalVM 22.2.0 (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Oct 18, 2022
1 parent 2949c73 commit ae6e8be
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -4,4 +4,5 @@ Args = --enable-url-protocols=https,http \
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 \
--add-modules=jdk.httpserver

0 comments on commit ae6e8be

Please sign in to comment.