Skip to content

Commit 6c22cb6

Browse files
committed
move production config to production config file
1 parent 27e9f6c commit 6c22cb6

File tree

2 files changed

+3
-2
lines changed

2 files changed

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

0 commit comments

Comments
 (0)