Skip to content

Commit 807a3f4

Browse files
chore: test moving junit-related native config to src/test
1 parent 7a8a29b commit 807a3f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
Args = --initialize-at-build-time=com.google.cloud.spanner.IntegrationTestEnv,\
2-
org.junit.experimental.categories.CategoryValidator,\
3-
org.junit.validator.AnnotationValidator,\
4-
java.lang.annotation.Annotation \
52
--features=com.google.cloud.spanner.nativeimage.SpannerFeature
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
Args=--initialize-at-build-time=org.junit.runner.RunWith \
22
--initialize-at-build-time=org.junit.experimental.categories.Category \
3-
--initialize-at-build-time=org.junit.runners.model.FrameworkField
3+
--initialize-at-build-time=org.junit.runners.model.FrameworkField \
4+
--initialize-at-build-time=org.junit.experimental.categories.CategoryValidator \
5+
--initialize-at-build-time=org.junit.validator.AnnotationValidator \
6+
--initialize-at-build-time=java.lang.annotation.Annotation

0 commit comments

Comments
 (0)