Skip to content

Commit

Permalink
GH-4324 Fix pr, new java action need distribution use the eclipse one
Browse files Browse the repository at this point in the history
Signed-off-by: Jerven Bolleman <[email protected]>
  • Loading branch information
JervenBolleman committed Dec 16, 2022
1 parent caf3274 commit 01db978
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Check formatting
Expand All @@ -31,6 +32,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
cache: 'maven'
- name: Build
Expand All @@ -56,6 +58,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
cache: 'maven'
- name: Build
Expand All @@ -81,6 +84,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
cache: 'maven'
- name: Build
Expand Down

0 comments on commit 01db978

Please sign in to comment.