You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/06/02 18:21:08 UTC

[GitHub] [beam] TheNeuralBit commented on a change in pull request #14915: [BEAM-12104] Java WordCountIT (Dataflow runner) on Ubuntu 20.04 GHA image

TheNeuralBit commented on a change in pull request #14915:
URL: https://github.com/apache/beam/pull/14915#discussion_r644214160



##########
File path: .github/workflows/java_tests.yml
##########
@@ -162,6 +160,15 @@ jobs:
           service_account_key: ${{ secrets.GCP_SA_KEY }}
           project_id: ${{ secrets.GCP_PROJECT_ID }}
           export_default_credentials: true
+      - name: Set Java Version
+        uses: actions/setup-java@v1
+        with:
+          java-version: 8
+      - name: Remove default github maven configuration
+        # This step is a workaround to avoid a decryption issue of Beam's
+        # gradle-command-action plugin and github's provided maven
+        # settings.xml file
+        run: rm ~/.m2/settings.xml

Review comment:
       Is this a bug in the `gradle-command-action` plugin that we should fix upstream?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org