Skip to content
Open
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions java-storage/gapic-google-cloud-storage-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@
</dependencies>

<profiles>
<profile>
<id>native</id>
<properties>
<!-- skip native tests for this module, it will be tested in google-cloud-storage -->
<skipTests>true</skipTests>
</properties>
</profile>
<profile>
<id>java9</id>
<activation>
Expand Down
Loading