diff --git a/gax-java/gax/src/test/resources/META-INF/native-image/com.google.api/gax/native-image.properties b/gax-java/gax/src/test/resources/META-INF/native-image/com.google.api/gax/native-image.properties new file mode 100644 index 0000000000..906b800c3e --- /dev/null +++ b/gax-java/gax/src/test/resources/META-INF/native-image/com.google.api/gax/native-image.properties @@ -0,0 +1,8 @@ +Args=--initialize-at-build-time=java.lang.annotation.Annotation,\ + org.junit.experimental.categories.Category,\ + org.junit.experimental.categories.CategoryValidator,\ + org.junit.Ignore,\ + org.junit.runner.RunWith,\ + org.junit.runners.model.FrameworkField,\ + org.junit.validator.AnnotationValidator,\ + org.junit.vintage.engine.discovery.FilterableIgnoringRunnerDecorator \ No newline at end of file