|
| 1 | +# The JUnitFeature which is brought in by Graal explicitly initializes |
| 2 | +# Parameterized at image build time. This causes ParallelParameterized and |
| 3 | +# subsequently com.google.cloud.storage.conformance.retry.ITRetryConformanceTest |
| 4 | +# and other classes ITRetryConformanceTest references to also be initialized at |
| 5 | +# build time. Initializing these classes explicitly at build time results in a |
| 6 | +# successful build. |
| 7 | +Args = \ |
| 8 | + --initialize-at-build-time=com.google.cloud.conformance.storage.v1,\ |
| 9 | + com.google.protobuf,\ |
| 10 | + com.google.auth.oauth2,\ |
| 11 | + com.google.cloud.storage.conformance.retry,\ |
| 12 | + com.google.common.base.Charsets,\ |
| 13 | + com.google.gson.stream.JsonReader,\ |
| 14 | + com.google.api.client.util,\ |
| 15 | + com.google.api.client.http.javanet.NetHttpTransport,\ |
| 16 | + com.google.api.client.http.HttpTransport,\ |
| 17 | + com.google.api.client.json,\ |
| 18 | + com.google.common.io.BaseEncoding,\ |
| 19 | + com.google.common.math.IntMath$1,\ |
| 20 | + com.google.common.collect.Platform,\ |
| 21 | + com.google.gson.Gson,\ |
| 22 | + com.google.common.truth,\ |
| 23 | + com.google.common.collect,\ |
| 24 | + com.google.gson.internal.reflect,\ |
| 25 | + com.google.gson.internal.bind,\ |
| 26 | + com.google.gson.internal,\ |
| 27 | + com.google.gson.internal.sql.SqlTypesSupport,\ |
| 28 | + com.google.gson.FieldNamingPolicy$3,\ |
| 29 | + com.google.gson.LongSerializationPolicy$2 |
| 30 | + |
| 31 | + |
| 32 | + |
0 commit comments