Skip to content

Commit 900a7a8

Browse files
authored
feat: relocate Firestore native image configuration from java-core (#941)
* feat: relocate Firestore native image configuration from java-core
1 parent 157d2f1 commit 900a7a8

File tree

1 file changed

+3
-0
lines changed
  • google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-firestore

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# FirestoreImpl uses a random number generator so it needs to be initialized at
2+
# run-time.
3+
Args = --initialize-at-run-time=com.google.cloud.firestore.FirestoreImpl

0 commit comments

Comments
 (0)