TheNeuralBit commented on a change in pull request #14915:
URL: https://github.com/apache/beam/pull/14915#discussion_r644346956
##########
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:
Ah I see, thank you
--
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:
[email protected]