Skip to content

Commit

Permalink
chore: fix emulator bundling (#1107)
Browse files Browse the repository at this point in the history
* chore: fix emulator bundling

* oops

* debugging download failure

* bump maven plugin version
  • Loading branch information
igorbernstein2 committed Dec 16, 2021
1 parent 0d197a5 commit 7764919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .kokoro/build.sh
Expand Up @@ -61,6 +61,7 @@ javadoc)
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-e \
-Penable-integration-tests \
-DtrimStackTrace=false \
-Dclirr.skip=true \
Expand Down
3 changes: 1 addition & 2 deletions google-cloud-bigtable-emulator/pom.xml
Expand Up @@ -41,7 +41,7 @@
<!-- https://github.com/googleapis/java-gcloud-maven-plugin -->
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-gcloud-maven-plugin</artifactId>
<version>0.1.2</version>
<version>0.1.4</version>

<executions>
<execution>
Expand All @@ -52,7 +52,6 @@
</goals>
<configuration>
<componentNames>
<componentName>bigtable-darwin-x86</componentName>
<componentName>bigtable-darwin-x86_64</componentName>
<componentName>bigtable-linux-x86</componentName>
<componentName>bigtable-linux-x86_64</componentName>
Expand Down

0 comments on commit 7764919

Please sign in to comment.