This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new c654dc0203f Add setup Java for different Java versions. (#27863)
c654dc0203f is described below

commit c654dc0203fda2d81fdaab5d97f50260b5a1bc45
Author: Celeste Zeng <[email protected]>
AuthorDate: Fri Aug 4 17:11:56 2023 -0700

    Add setup Java for different Java versions. (#27863)
---
 .github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml 
b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
index 9015b201897..0402f6641da 100644
--- a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
+++ b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
@@ -87,6 +87,11 @@ jobs:
           requires-py-38: false
           requires-py-39: false
           requires-go: false
+      - name: Set up Java${{ matrix.java_version }}
+        uses: actions/[email protected]
+        with:
+          distribution: 'temurin'
+          java-version: ${{ matrix.java_version }}
       - name: Setup Gradle
         uses: gradle/gradle-build-action@v2
         with:
@@ -115,6 +120,9 @@ jobs:
                 -Ppush-containers \
                 
-Pdocker-repository-root=us.gcr.io/apache-beam-testing/github-actions \
                 -Pdocker-tag=${{env.TAG}} \
+                -PdisableSpotlessCheck=true \
+                -PdisableCheckStyle=true \
+                -PskipCheckerFramework \
       - name: Upload test report
         uses: actions/upload-artifact@v3
         with:

Reply via email to