Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions java-firestore/google-cloud-firestore-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
</build>

<profiles>
<profile>
<id>native</id>
<properties>
<skipUnitTests>false</skipUnitTests>
</properties>
</profile>
Comment on lines +152 to +157

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Avoid manually editing auto-generated files (such as pom.xml in generated client libraries) because changes will be overwritten. Modify the generator or the source metadata instead.

References
  1. Avoid manually editing auto-generated files (such as pom.xml in generated client libraries) because changes will be overwritten. Modify the generator or the source metadata instead.

<profile>
<id>java9</id>
<activation>
Expand Down
Loading