Skip to content

Commit

Permalink
feat: remove native-image.properties settings after relocation (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 12, 2022
1 parent 8ed3110 commit 219a519
Showing 1 changed file with 2 additions and 17 deletions.
@@ -1,17 +1,2 @@
Args = --allow-incomplete-classpath \
--enable-url-protocols=https,http \
--initialize-at-build-time=org.conscrypt,\
org.slf4j.LoggerFactory,\
org.junit.platform.engine.TestTag,\
com.google.cloud.spanner.IntegrationTestEnv \
--initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\
io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\
io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\
io.grpc.netty.shaded.io.grpc.netty,\
io.grpc.netty.shaded.io.netty.channel.epoll,\
io.grpc.netty.shaded.io.netty.channel.unix,\
io.grpc.netty.shaded.io.netty.handler.ssl,\
io.grpc.internal.RetriableStream,\
com.google.cloud.firestore.FirestoreImpl
Args = --initialize-at-build-time=com.google.cloud.spanner.IntegrationTestEnv \
--initialize-at-run-time=com.google.cloud.firestore.FirestoreImpl

0 comments on commit 219a519

Please sign in to comment.