Skip to content

Commit

Permalink
Add setup Java for different Java versions. (apache#27863)
Browse files Browse the repository at this point in the history
  • Loading branch information
celeste-zeng authored and BjornPrime committed Aug 7, 2023
1 parent 7d9f609 commit 46690b9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 46690b9

Please sign in to comment.