File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
main/resources/META-INF/native-image
test/resources/META-INF/native-image/com.google.cloud/google-cloud-spanner Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Args = --initialize-at-build-time =com.google.cloud.spanner.IntegrationTestEnv,\
2
2
org.junit.experimental.categories.CategoryValidator,\
3
- org.junit.validator.AnnotationValidator \
3
+ org.junit.validator.AnnotationValidator,\
4
+ java.lang.annotation.Annotation \
4
5
--features =com.google.cloud.spanner.nativeimage.SpannerFeature
Original file line number Diff line number Diff line change 1
- Args =--initialize-at-build-time =org.junit.runner.RunWith,java.lang.annotation.Annotation \
1
+ Args =--initialize-at-build-time =org.junit.runner.RunWith \
2
2
--initialize-at-build-time =org.junit.experimental.categories.Category \
3
3
--initialize-at-build-time =org.junit.runners.model.FrameworkField
You can’t perform that action at this time.
0 commit comments