Skip to content

Commit 9e463d3

Browse files
committed
chore: add necessary setup
1 parent e423e2a commit 9e463d3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"name": "java.lang.Object",
4+
"allDeclaredConstructors": true,
5+
"allPublicConstructors": true,
6+
"allDeclaredMethods": true
7+
}
8+
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Args=--initialize-at-build-time=com.google.api.client.util.StringUtils \
2+
--initialize-at-build-time=com.google.common.collect.RegularImmutableSet \
3+
--initialize-at-build-time=org.junit.runner.RunWith \
4+
--initialize-at-build-time=org.junit.runners.model.FrameworkField \
5+
--initialize-at-build-time=org.junit.runners.BlockJUnit4ClassRunner \
6+
--initialize-at-build-time=org.junit.runners.model \
7+
--initialize-at-build-time=org.junit.validator

0 commit comments

Comments
 (0)