Skip to content

Commit

Permalink
control profile
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Jun 22, 2023
1 parent ffe8c9b commit 7e409d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions google-cloud-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@
<id>java17</id>
<activation>
<jdk>[17,)</jdk>
<property>
<!--
In Java 8 unit tests where we run tests in Java 8 after building
bytecode on Java 17, we don't want to add the argLine
-->
<name>!jvm</name>
</property>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit 7e409d7

Please sign in to comment.